We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c437b8 commit af83dccCopy full SHA for af83dcc
src/aiida_shell/launch.py
@@ -32,7 +32,7 @@ def launch_shell_job( # noqa: PLR0913
32
metadata: dict[str, t.Any] | None = None,
33
submit: bool = False,
34
resolve_command: bool = True,
35
- monitors: dict[str, Data] | None = None,
+ monitors: dict[str, Dict] | None = None,
36
) -> tuple[dict[str, Data], ProcessNode]:
37
"""Launch a :class:`aiida_shell.ShellJob` job for the given command.
38
0 commit comments