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()
|
pdb.set_trace()
|
||||||
signal.signal(signal.SIGINT, pdb_int_handler)
|
signal.signal(signal.SIGINT, pdb_int_handler)
|
||||||
try:
|
try:
|
||||||
res = drop_test()
|
res = general_test()
|
||||||
except:
|
except:
|
||||||
import pdb;pdb.post_mortem()
|
import pdb;pdb.post_mortem()
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in New Issue