From af47b6e019eab2ba36aac6bb94a7e63554f031af Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Fri, 8 Sep 2023 11:33:23 +1200 Subject: [PATCH] comment --- cylc/flow/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/flow/scheduler.py b/cylc/flow/scheduler.py index 71aaab31ca6..5eb3e03583d 100644 --- a/cylc/flow/scheduler.py +++ b/cylc/flow/scheduler.py @@ -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(