Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Hughes <[email protected]>
  • Loading branch information
Ahuge committed Apr 19, 2024
1 parent 5a89825 commit 7b7893a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def on_submit(self):
queue_parameters,
asset_references,
requirements,
purpose=JobBundlePurpose.SUBMISSION
purpose=JobBundlePurpose.SUBMISSION,
)

self.on_create_job_bundle_callback(
Expand All @@ -449,7 +449,7 @@ def on_submit(self):
settings,
queue_parameters,
asset_references,
purpose=JobBundlePurpose.SUBMISSION
purpose=JobBundlePurpose.SUBMISSION,
)
# Maintaining backward compatibility for submitters that do not support host_requirements yet
self.on_create_job_bundle_callback(
Expand Down Expand Up @@ -519,7 +519,7 @@ def on_submit(self):
queue_parameters,
asset_references,
requirements,
purpose=JobBundlePurpose.SUBMISSION
purpose=JobBundlePurpose.SUBMISSION,
)
except UserInitiatedCancel as uic:
logger.info("Canceling submission.")
Expand Down

0 comments on commit 7b7893a

Please sign in to comment.