Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168660b commit d57cf55Copy full SHA for d57cf55
1 file changed
Lib/mailcap.py
@@ -251,6 +251,7 @@ def test():
251
else:
252
print("Executing:", command)
253
sts = os.system(command)
254
+ sts = os.waitstatus_to_exitcode(sts)
255
if sts:
256
print("Exit status:", sts)
257
0 commit comments