Skip to content

Commit

Permalink
Merge pull request #51 from girpierr/patch-1
Browse files Browse the repository at this point in the history
Update submission.py
  • Loading branch information
bzizou committed Jun 5, 2024
2 parents e84977b + 61f8f49 commit 818db1d
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 @@ -888,7 +888,7 @@ def add_micheline_subjob(
return (error, -1)

# Add admin properties to the job
if hasattr(job_parameters, "properties_applied_after_validation:"):
if hasattr(job_parameters, "properties_applied_after_validation"):
if properties:
properties = (
"("
Expand Down Expand Up @@ -1106,7 +1106,7 @@ def add_micheline_simple_array_job(
)

# Add admin properties to the job
if hasattr(job_parameters, "properties_applied_after_validation:"):
if hasattr(job_parameters, "properties_applied_after_validation"):
if properties:
properties = (
"("
Expand Down

0 comments on commit 818db1d

Please sign in to comment.