Closed ducalex closed 2 years ago
It was failing when trying to fork itself because python, by default, is installed in a path with spaces and it breaks with os.system.
Changed: Replaced os.system() by subprocess.run()
This fixes running on Windows 10 natively (no WSL).
It was failing when trying to fork itself because python, by default, is installed in a path with spaces and it breaks with os.system.
Changed: Replaced os.system() by subprocess.run()
This fixes running on Windows 10 natively (no WSL).