Skip to content

Commit

Permalink
uncomment a feature back
Browse files Browse the repository at this point in the history
  • Loading branch information
BombasticTom committed Jun 1, 2024
1 parent 08a265a commit e3fbf36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psychtobase/src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ def convertCallback(self, what):
logging.error(f'Problems with your save file: {e}')

if psych_mod_folder_path != None and result_path != None:
# try:
try:
main.convert(psych_mod_folder_path, result_path, options)
# except Exception as e:
# self.throwError('Exception ocurred', f'{e}')
except Exception as e:
self.throwError('Exception ocurred', f'{e}')
else:
logging.warn('Select an input folder or output folder first!')

Expand Down

0 comments on commit e3fbf36

Please sign in to comment.