We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Links to Issue #1162
Sorry, something went wrong.
#1168 fix try except
af9aaf4
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: