Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 69c4a95 commit 86f3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alto/commands/cromwell/get_task_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_cached_status(self, task_name, task_metadata):
def get_task_status(self, job_id): # returns a json file with the results
self.get_workflow_status(job_id)
print(json.dumps(self.workflow_jobs, indent=4))
#with open(f"{job_id}.task_status.json", "w") as fp:
# with open(f"{job_id}.task_status.json", "w") as fp:
# json.dump(self.workflow_jobs, fp, indent=4)


Expand Down

0 comments on commit 86f3fef

Please sign in to comment.