Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
Copy-paste issue :/
  • Loading branch information
Icemole committed Jul 17, 2024
1 parent 6a70300 commit 518609e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def queue_state(self):
try:
out, err, retval = self.system_call(system_command)
if retval != 0:
logging.warning(self._system_call_error_warn_msg(sbatch_call))
logging.warning(self._system_call_error_warn_msg(system_command))
time.sleep(gs.WAIT_PERIOD_BETWEEN_CHECKS)
continue
except subprocess.TimeoutExpired:
Expand Down

0 comments on commit 518609e

Please sign in to comment.