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 71b7556 commit 6f2adc7Copy full SHA for 6f2adc7
1 file changed
Lib/compileall.py
@@ -68,6 +68,9 @@ def compile_dir(dir, maxlevels=10, ddir=None,
68
except py_compile.PyCompileError,err:
69
print err.msg
70
success = 0
71
+ except IOError, e:
72
+ print "Sorry", e
73
+ success = 0
74
else:
75
if ok == 0:
76
0 commit comments