Skip to content

Commit 174e73c

Browse files
committed
must use spawn start mode
1 parent 68ebca0 commit 174e73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc2_launcher/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,6 @@ def main():
174174

175175

176176
if __name__ == "__main__":
177+
multiprocessing.set_start_method("spawn")
177178
multiprocessing.freeze_support()
178179
main()

0 commit comments

Comments
 (0)