mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
...
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user