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