Skip to content

Commit ca02f3a

Browse files
committed
this little exception dance is pointless
1 parent d72ca85 commit ca02f3a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/compileall.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def compile_dir(dir, maxlevels=10, ddir=None,
7070
print 'Compiling', fullname, '...'
7171
try:
7272
ok = py_compile.compile(fullname, None, dfile, True)
73-
except KeyboardInterrupt:
74-
raise KeyboardInterrupt
7573
except py_compile.PyCompileError,err:
7674
if quiet:
7775
print 'Compiling', fullname, '...'

0 commit comments

Comments
 (0)