Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Sep 10, 2023
1 parent f2f019e commit af47b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ def queue_command(
) -> str:
"""Queue a command for action by the scheduler.
Return a unique ID for the command.
Return a unique command ID for provenance tracking.
"""
args_string = ', '.join(str(a) for a in args)
kwargs_string = ', '.join(
Expand Down

0 comments on commit af47b6e

Please sign in to comment.