kopia lustrzana https://github.com/corrscope/corrscope
Fix parallel rendering on Windows binary builds
rodzic
574c075312
commit
9080c10c8d
|
@ -1,4 +1,6 @@
|
|||
from corrscope import cli
|
||||
import multiprocessing
|
||||
|
||||
if __name__ == "__main__":
|
||||
multiprocessing.freeze_support()
|
||||
cli.main()
|
||||
|
|
Ładowanie…
Reference in New Issue