Fix missing stdout in event handlers (#1271)
This commit is contained in:
parent
cd63297fe4
commit
bb96e12940
@ -133,7 +133,7 @@ def run_backend(
|
||||
"--reload-exclude",
|
||||
f"'{constants.WEB_DIR}/*'",
|
||||
]
|
||||
process = new_process(cmd)
|
||||
process = subprocess.Popen(cmd)
|
||||
|
||||
try:
|
||||
process.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user