We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf983c3 commit 8849590Copy full SHA for 8849590
daft_launcher/commands.py
@@ -89,9 +89,8 @@ def submit(
89
config: Path,
90
identity_file: Optional[Path],
91
working_dir: Path,
92
- cmd_args: tuple[str],
+ cmd: str,
93
):
94
- cmd = " ".join([arg for arg in cmd_args])
95
process = subprocess.Popen(
96
helpers.ssh_command(
97
helpers.get_ip(config), Path(identity_file) if identity_file else None
0 commit comments