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

Undefined reference to 'parser' in main() of generate_baseline.py #401

Open
seanchristians opened this issue Jun 26, 2024 · 0 comments
Open
Assignees

Comments

@seanchristians
Copy link

In the first except statement in the main() function of generate_baseline.py there is an undefined reference to parser. Was this supposed to be args instead?

What is the point of the code block anyways? It seems to add a string to the error key of parser which is never referenced.

In the event of an IOError, why is the script expected to continue gracefully? In my opinion this indicates a greater problem with the system and should terminate the script.

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