Fix #4113.
This commit is contained in:
parent
f11b5dd081
commit
cdbdaa52f3
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ import dialogs
|
|||
def pid_alive():
|
||||
try:
|
||||
pf = open(pid_filename)
|
||||
except:
|
||||
except IOError:
|
||||
# probably file not found
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue