Fix #4113.
This commit is contained in:
parent
f11b5dd081
commit
cdbdaa52f3
|
@ -269,7 +269,7 @@ import dialogs
|
|||
def pid_alive():
|
||||
try:
|
||||
pf = open(pid_filename)
|
||||
except:
|
||||
except IOError:
|
||||
# probably file not found
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue