Skip to content

Commit

Permalink
fixes for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PalomoIFCA committed Feb 14, 2025
1 parent 89fc94f commit 77365a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion QC.Sty/pyophidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ RUN pip install -r requirements.txt
COPY find_oph_workflows.py /usr/bin

RUN chmod +x /usr/bin/find_oph_workflows.py

2 changes: 1 addition & 1 deletion QC.Sty/pyophidia/find_oph_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def evaluate_workflow_path(candidates):
else:
failed_list.append(jsons)
reasons_list.append(msg)

results = {
"result": passed,
"passed_list": passed_list,
Expand Down

0 comments on commit 77365a4

Please sign in to comment.