Skip to content

Commit 10b103a

Browse files
committed
Fix error message
1 parent c205ea7 commit 10b103a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gridmap/job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ def __exit__(self, exc_type, exc_value, exc_tb):
310310
session.control(JOB_IDS_SESSION_ALL,
311311
JobControlAction.TERMINATE)
312312
except InvalidJobException:
313-
self.logger.debug("Could not kill job with SGE " +
314-
"id %s", job.jobid, exc_info=True)
313+
self.logger.debug("Could not kill all jobs for session.",
314+
exc_info=True)
315315

316316
def check(self, session_id, jobs):
317317
"""

0 commit comments

Comments
 (0)