-
Notifications
You must be signed in to change notification settings - Fork 82
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
opae.io: Fix error system exit exception value #3098
base: master
Are you sure you want to change the base?
Conversation
python os exception EX_NOTFOUND doesn’t supported, change to exception code to 1 Signed-off-by: anandaravuri <[email protected]>
How about, "The attribute, os.EX_NOTFOUND, is not valid in pyhton. Change to a non-zero constant." |
Pull Request Test Coverage Report for Build 7921225859Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anandaravuri! Could you clarify the commit message to say that EX_NOTFOUND is not available on Linux? It is valid Python, but not available on all platforms.
[Ananda] At: Replaced os.EX_NOTFOUND to 1 , opae.io exits with error code 1 |
The attribute, os.EX_NOTFOUND, is not valid in pyhton. Change to a non-zero constant.