Skip to content

Commit

Permalink
feat: keep standalone gui open after submission (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: lucaseck <[email protected]>
  • Loading branch information
lucaseck authored Mar 7, 2024
1 parent 223026a commit 3b8d907
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,7 @@ def on_submit(self):
job_progress_dialog.close()

if self.create_job_response:
# Close the submitter window to signal the submission is done
self.close()
# Close the submitter window to signal the submission is done but
# keep the standalone gui submitter open
if settings.submitter_name != "JobBundle":
self.close()

0 comments on commit 3b8d907

Please sign in to comment.