cpl@2022.6.3 - Verbesserung der Parameter #67

Merged
edraft merged 25 commits from 2022.6.3 into 2022.6 2022-05-22 17:38:22 +02:00
Showing only changes of commit 0d37c86061 - Show all commits

View File

@ -66,7 +66,6 @@ class LiveServerThread(threading.Thread):
main = self._build_settings.main.split('.')[length] main = self._build_settings.main.split('.')[length]
self._main = os.path.join(self._path, f'{main}.py') self._main = os.path.join(self._path, f'{main}.py')
Console.write_line(self._main)
if not os.path.isfile(self._main): if not os.path.isfile(self._main):
Console.error('Entry point main.py not found') Console.error('Entry point main.py not found')
return return