We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28224f8 commit 873a277Copy full SHA for 873a277
1 file changed
Lib/compileall.py
@@ -66,6 +66,8 @@ def compile_dir(dir, maxlevels=10, ddir=None,
66
except KeyboardInterrupt:
67
raise KeyboardInterrupt
68
except py_compile.PyCompileError,err:
69
+ if quiet:
70
+ print 'Compiling', fullname, '...'
71
print err.msg
72
success = 0
73
except IOError, e:
0 commit comments