mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
24c3f48788
commit
673eee9f5a
@ -217,6 +217,7 @@ class Worker(object):
|
||||
try:
|
||||
compile_srv()
|
||||
except EnvironmentError:
|
||||
time.sleep(0.1)
|
||||
compile_srv() # Happens if the editor deletes and replaces a file being edited
|
||||
self.p = subprocess.Popen(self.cmd, creationflags=getattr(subprocess, 'CREATE_NEW_PROCESS_GROUP', 0))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user