Skip to content

Commit

Permalink
Cluster-Watching Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 30, 2023
1 parent 39658d1 commit 7265da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientmanager/condor/act.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _act(args: argparse.Namespace, schedd_obj: htcondor.Schedd) -> None:
watcher.watch(
args.collector,
args.schedd,
args.cluster_id,
args.submit_result_obj.cluster(),
schedd_obj,
)
case "stop":
Expand Down

0 comments on commit 7265da7

Please sign in to comment.