Skip to content

Commit

Permalink
Update builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aijuh committed Feb 20, 2024
1 parent 4bcd10c commit a12bdda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iquip/apps/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ def submit(self):
scanArgs = self.scannableFromListWidget(self.builderFrame.scanListWidget)
schedOpts = self.argumentsFromListWidget(self.builderFrame.schedOptsListWidget)
experimentArgs.update(scanArgs)
print(experimentArgs)
except ValueError:
logger.exception("The submission is rejected because of an invalid argument.")
return
Expand Down

0 comments on commit a12bdda

Please sign in to comment.