Skip to content

Commit 5b0056a

Browse files
committed
Fix mistake
1 parent b126330 commit 5b0056a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pavilion/schedulers/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ def create_kickoff_script(self,
434434
tests: Union[TestRun, List[TestRun]],
435435
log_path: Optional[Path] = None,
436436
nodes: Optional = None,
437+
delay: float = 0,
437438
isolate: bool = False) -> ScriptComposer:
438439
"""Create the kickoff script."""
439440

@@ -447,7 +448,6 @@ def _create_kickoff_script_stub(self,
447448
nodes: Optional[NodeList] = None,
448449
node_range: Optional[Tuple[int, int]] = None,
449450
shebang: Optional[str] = None,
450-
delay: float = 0,
451451
isolate: bool = False) -> ScriptComposer:
452452
"""Generate the kickoff script essentials preamble common to all scheduled
453453
tests.

0 commit comments

Comments
 (0)