614
626
except (KeyboardInterrupt, Exception), e:
615
627
# used to handle AssertionError and KeyboardInterrupt
616
628
# specially here, but hopefully they're handled ok by the logger now
618
630
if os.environ.get('BZR_PDB'):
619
631
print '**** entering debugger'