Skip to content

Commit

Permalink
qtpy - changed an exception raise to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 16, 2024
1 parent ce90413 commit 43b2f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/PyQtGUI/gui/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -5105,7 +5105,7 @@ def createDf(self):
df = pd.DataFrame.from_dict(formatedDict)
df.to_csv(self.extraPopup.peak.jup_df_filename.text(), index=False, compression='gzip')
except:
raise
pass

def jupyterStop(self):
self.logger.info('jupyterStop')
Expand Down

0 comments on commit 43b2f1f

Please sign in to comment.