Ack! Typo!

This commit is contained in:
junglecow 2006-11-22 23:36:37 +00:00
parent 6c177a472f
commit 8f4f4e5a0d
1 changed files with 1 additions and 1 deletions

View File

@ -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: