opae.io: Fix error system exit exception value#3098
opae.io: Fix error system exit exception value#3098anandaravuri wants to merge 3 commits intomasterfrom
Conversation
python os exception EX_NOTFOUND doesn’t supported, change to exception code to 1 Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
|
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 |
pcolberg
left a comment
There was a problem hiding this comment.
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.