We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd93465 commit bd16e31Copy full SHA for bd16e31
src/calibre/utils/ipc/launch.py
@@ -80,7 +80,7 @@ def windows_creationflags_for_worker_process(priority: str = 'normal') -> int:
80
'high' : subprocess.HIGH_PRIORITY_CLASS,
81
'normal': subprocess.NORMAL_PRIORITY_CLASS,
82
'low' : subprocess.IDLE_PRIORITY_CLASS
83
- }[priority] | subprocess.CREATE_NO_WINDOW
+ }[priority] | subprocess.DETACHED_PROCESS
84
85
86
class Worker:
0 commit comments