Skip to content

Commit

Permalink
Merge pull request #205 from mila-iqia/handle-no-nodes-parser
Browse files Browse the repository at this point in the history
Rename variable
  • Loading branch information
soline-b authored Oct 9, 2024
2 parents fbfd46f + b322c49 commit eaa22c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slurm_state/mongo_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def fetch_slurm_report(parser, report_path):
for e in parser.parser(f):
e["cluster_name"] = cluster_name
yield e
except Exception as e:
logging.warning(str(e))
except Exception as err:
logging.warning(str(err))


def slurm_job_to_clockwork_job(slurm_job: dict):
Expand Down

0 comments on commit eaa22c9

Please sign in to comment.