Skip to content

Commit

Permalink
Merge pull request #1167 from GDumail/patch-1
Browse files Browse the repository at this point in the history
fix: unexpected identations
  • Loading branch information
jeromeleonard authored Mar 9, 2023
2 parents 008d7cb + 1802aff commit e492854
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 e492854

Please sign in to comment.