cpl n l -> keine Fragen... (#144) #149

Merged
edraft merged 3 commits from #144 into 2022.12 2022-12-19 08:39:30 +01:00
Showing only changes of commit b95d90a191 - Show all commits

View File

@ -130,9 +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'):
if not path.endswith('/') and len(path) > 0: path = os.path.join('bin/python')
path += '/'
path += 'bin/python'
else: else:
path = sys.executable path = sys.executable