Skip to content

Commit 3d94a7f

Browse files
committed
fix
Signed-off-by: Hemil Desai <[email protected]>
1 parent bf3c2da commit 3d94a7f

File tree

1 file changed

+1
-1
lines changed
  • src/nemo_run/core/packaging

1 file changed

+1
-1
lines changed

src/nemo_run/core/packaging/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def package(self, path: Path, job_dir: str, name: str) -> str:
161161
ctx.run(include_pattern_cmd)
162162

163163
with ctx.cd(git_base_path):
164-
if os.uname().sysname == 'Linux':
164+
if os.uname().sysname == "Linux":
165165
# On Linux, directly concatenate tar files
166166
ctx.run(f"tar Af {output_file}.tmp {pattern_tar_file_name}")
167167
ctx.run(f"rm {pattern_tar_file_name}")

0 commit comments

Comments
 (0)