2022.12 #133

Merged
edraft merged 85 commits from 2022.12 into master 2022-12-25 11:58:35 +01:00
Showing only changes of commit 889f51f5c5 - Show all commits

View File

@ -130,7 +130,7 @@ class ProjectSettings(ConfigurationModelABC):
path = sys.executable path = sys.executable
else: else:
if not path.endswith('bin/python'): if not path.endswith('bin/python'):
path = os.path.join('bin/python') path = os.path.join(path, 'bin/python')
else: else:
path = sys.executable path = sys.executable