mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-27 06:25:45 +01:00
...
This commit is contained in:
parent
15caebc1b1
commit
f2f8bcfae1
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ def build_pipe(print_error=True):
|
|||
t.start()
|
||||
t.join(3.0)
|
||||
if t.is_alive():
|
||||
if iswindows():
|
||||
if iswindows:
|
||||
cant_start()
|
||||
else:
|
||||
f = os.path.expanduser('~/.calibre_calibre GUI.lock')
|
||||
|
|
|
|||
Loading…
Reference in a new issue