Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Eml Parser except Exception as e: error (Extra Spaces) in parse.py #1168

Closed
edwardrixon opened this issue Mar 2, 2023 · 1 comment
Closed
Milestone

Comments

@edwardrixon
Copy link

Describe the bug
The EML parser is currently throwing an error due to some extra spaces within the parse.py file on line 44 and 45.

To Reproduce
Try to run the EMl parser as a docker not a process.

Expected behavior
The parser should function but instead it comes back with an error

"File "/worker/EmlParser/parse.py", line 44
expect Exception as e:
IndentationError: unexpected indentation."

Possible solutions
line 44 and 45 have one space too much which need to be removed.

Additional context
Add any other context about the problem here.

@edwardrixon
Copy link
Author

Links to Issue #1162

@jeromeleonard jeromeleonard modified the milestones: 3.2.7, 3.2.8 Mar 9, 2023
jeromeleonard added a commit that referenced this issue Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants