mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
really remove dead directories
This commit is contained in:
3
autojump
3
autojump
@@ -22,7 +22,8 @@ from sys import argv,exit
|
|||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
max_keyweight=1000
|
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):
|
def signal_handler(arg1,arg2):
|
||||||
print "Received SIGINT, trying to continue"
|
print "Received SIGINT, trying to continue"
|
||||||
|
|||||||
Reference in New Issue
Block a user