really remove dead directories

pull/18/head
Joël Schaerer 15 years ago
parent 2963f1fcea
commit 6b6bbd4c8b

@ -22,7 +22,8 @@ from sys import argv,exit
import os
import signal
max_keyweight=1000
dead_dirs=False #global variable (evil ;-) to know if we should save the dict at the end
global dead_dirs #global variable (evil ;-) to know if we should save the dict at the end
dead_dirs=False
def signal_handler(arg1,arg2):
print "Received SIGINT, trying to continue"

Loading…
Cancel
Save