This commit is contained in:
Kovid Goyal 2013-02-22 21:51:11 +05:30
parent 15caebc1b1
commit f2f8bcfae1

View File

@ -369,7 +369,7 @@ def build_pipe(print_error=True):
t.start() t.start()
t.join(3.0) t.join(3.0)
if t.is_alive(): if t.is_alive():
if iswindows(): if iswindows:
cant_start() cant_start()
else: else:
f = os.path.expanduser('~/.calibre_calibre GUI.lock') f = os.path.expanduser('~/.calibre_calibre GUI.lock')