Skip to content

Commit

Permalink
[submission] fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Oct 13, 2023
1 parent 24433d5 commit b9d0eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oar/lib/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,10 +1100,10 @@ def add_micheline_jobs(
)
str_rules = "\n".join([r[0] for r in rules])

ar_dict = { "session": session }
ar_dict = {"session": session}

for key, value in globals().items():
ar_dict[key] = value
ar_dict[key] = value

# Apply rules
code = compile(str_rules, "<string>", "exec")
Expand Down

0 comments on commit b9d0eb1

Please sign in to comment.