mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Undefined reference to 'parser' in main() of generate_baseline.py #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanchristians on GitHub.
Originally assigned to: @brodjieski on GitHub.
In the first
exceptstatement in the main() function of generate_baseline.py there is an undefined reference toparser. Was this supposed to beargsinstead?What is the point of the code block anyways? It seems to add a string to the
errorkey ofparserwhich 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.