We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b126330 commit 5b0056aCopy full SHA for 5b0056a
lib/pavilion/schedulers/scheduler.py
@@ -434,6 +434,7 @@ def create_kickoff_script(self,
434
tests: Union[TestRun, List[TestRun]],
435
log_path: Optional[Path] = None,
436
nodes: Optional = None,
437
+ delay: float = 0,
438
isolate: bool = False) -> ScriptComposer:
439
"""Create the kickoff script."""
440
@@ -447,7 +448,6 @@ def _create_kickoff_script_stub(self,
447
448
nodes: Optional[NodeList] = None,
449
node_range: Optional[Tuple[int, int]] = None,
450
shebang: Optional[str] = None,
- delay: float = 0,
451
452
"""Generate the kickoff script essentials preamble common to all scheduled
453
tests.
0 commit comments