Skip to content

Commit 4d05653

Browse files
authored
Fix logging for packaging jobs in Slurm executor (#160)
Signed-off-by: Hemil Desai <[email protected]>
1 parent 5585ec6 commit 4d05653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nemo_run/core/execution/slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def package_configs(self, *cfgs: tuple[str, str]) -> list[str]:
567567
def package(self, packager: Packager, job_name: str):
568568
if job_name in self.tunnel.packaging_jobs and not packager.symlink_from_remote_dir:
569569
logger.info(
570-
f"Packaging for job {job_name} in tunnel {self.tunnel} already done. Skipping subsequent packagings.\n"
570+
f"Packaging for job {job_name} in tunnel {self.tunnel.key} already done. Skipping subsequent packagings.\n"
571571
"This may cause issues if you have multiple tasks with the same name but different packagers, as only the first packager will be used."
572572
)
573573
return

0 commit comments

Comments
 (0)