This commit is contained in:
js 2008-07-20 13:48:50 +00:00
parent f11b5dd081
commit cdbdaa52f3
1 changed files with 1 additions and 1 deletions

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