This commit is contained in:
js 2008-07-20 13:48:50 +00:00
parent f11b5dd081
commit cdbdaa52f3

View file

@ -269,7 +269,7 @@ import dialogs
def pid_alive():
try:
pf = open(pid_filename)
except:
except IOError:
# probably file not found
return False