Skip to content

Commit

Permalink
#1162 fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Mar 1, 2023
1 parent cfc8b71 commit 8a8b5ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions analyzers/EmlParser/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ def run(self):
parsingResult = parseEml(
self.filepath, self.job_directory, self.wkhtmltoimage, self.sanitized_rendering)
self.report(parsingResult)
# except Exception as e:
# self.unexpectedError(e)
# print(e)
except Exception as e:
self.unexpectedError(e)

else:
self.notSupported()
Expand Down

0 comments on commit 8a8b5ae

Please sign in to comment.