Ack! Typo!
This commit is contained in:
parent
6c177a472f
commit
8f4f4e5a0d
|
@ -150,7 +150,7 @@ import errno
|
||||||
import dialogs
|
import dialogs
|
||||||
def pid_alive():
|
def pid_alive():
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
return os.path.exists(pid_filename):
|
return os.path.exists(pid_filename)
|
||||||
try:
|
try:
|
||||||
pf = open(pid_filename)
|
pf = open(pid_filename)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue