Skip to content

Commit

Permalink
Merge 94a2403 into d4a59d6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 21, 2019
2 parents d4a59d6 + 94a2403 commit 9a7ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurotic/gui/standalone.py
Expand Up @@ -54,7 +54,7 @@ def load(self):

try:
MetadataSelector.load(self)
except AssertionError as e:
except Exception as e:
print('Bad metadata file!', e)

if self.all_metadata is not None:
Expand Down

0 comments on commit 9a7ff30

Please sign in to comment.