Skip to content

Commit

Permalink
Black fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 1, 2023
1 parent 5cd8a4e commit 2d634a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/ctrl/bps/htcondor/htcondor_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,9 @@ def from_generic_workflow(cls, config, generic_workflow, out_prefix, service_cla
out_prefix,
)
if "post" not in final_htjob.dagcmds:
final_htjob.dagcmds["post"] = (
f"{os.path.dirname(__file__)}/final_post.sh {final.name} $DAG_STATUS $RETURN"
)
final_htjob.dagcmds[
"post"
] = f"{os.path.dirname(__file__)}/final_post.sh {final.name} $DAG_STATUS $RETURN"
htc_workflow.dag.add_final_job(final_htjob)
elif final and isinstance(final, GenericWorkflow):
raise NotImplementedError("HTCondor plugin does not support a workflow as the final job")
Expand Down

0 comments on commit 2d634a4

Please sign in to comment.