Skip to content

Commit 52dfb70

Browse files
authored
[Low-Prio] Fix forgotten print statement (#848)
* Fix forgotten print statement
1 parent 2292e31 commit 52dfb70

File tree

1 file changed

+1
-1
lines changed
  • cluster_tools/cluster_tools/schedulers

1 file changed

+1
-1
lines changed

cluster_tools/cluster_tools/schedulers/slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def inner_handle_kill(self, *args, **kwargs):
230230
if stderr
231231
else ""
232232
)
233-
print(
233+
logging.debug(
234234
f"Canceled slurm jobs {', '.join(unique_job_ids)}.{maybe_error_or_warning}"
235235
)
236236

0 commit comments

Comments
 (0)