Skip to content

Commit 4f294c8

Browse files
committed
🐛 Fix #10
1 parent d378f19 commit 4f294c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/python.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn install_python_dependencies(
3333
.arg("install")
3434
.arg("-r")
3535
.arg(requirements_txt.as_path())
36-
.creation_flags(CREATE_NO_WINDOW)
36+
// .creation_flags(CREATE_NO_WINDOW)
3737
.status()
3838
.expect("failed to install python deps");
3939

engine

Submodule engine updated 1 file

0 commit comments

Comments
 (0)