Skip to content

Commit

Permalink
Merge branch 'release/3.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Mar 9, 2023
2 parents a4e4fe4 + e492854 commit 65f2f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/EmlParser/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +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)
except Exception as e:
self.unexpectedError(e)

else:
self.notSupported()
Expand Down

0 comments on commit 65f2f77

Please sign in to comment.