mirror of https://github.com/mahmoud/boltons.git
even more progress
This commit is contained in:
parent
9b3aa05c01
commit
0e99b5f3d6
|
@ -194,7 +194,7 @@ if __name__ == '__main__':
|
|||
pdb.set_trace()
|
||||
signal.signal(signal.SIGINT, pdb_int_handler)
|
||||
try:
|
||||
res = drop_test()
|
||||
res = general_test()
|
||||
except:
|
||||
import pdb;pdb.post_mortem()
|
||||
raise
|
||||
|
|
Loading…
Reference in New Issue