Skip to content

Commit 12d0e37

Browse files
authored
Use --mkpath by default in rsync (#87)
Signed-off-by: Hemil Desai <[email protected]>
1 parent dd013a7 commit 12d0e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nemo_run/core/tunnel/rsync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def rsync(
3030
exclude: str | Iterable[str] = (),
3131
delete: bool = False,
3232
strict_host_keys: bool = True,
33-
rsync_opts: str = "",
33+
rsync_opts: str = "--mkpath",
3434
ssh_opts: str = "",
3535
hide_output: bool = True,
3636
):

0 commit comments

Comments
 (0)