2022.6 #88

Merged
edraft merged 158 commits from 2022.6 into master 2022-06-29 17:50:07 +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]
self._main = os.path.join(self._path, f'{main}.py')
Console.write_line(self._main)
if not os.path.isfile(self._main):
Console.error('Entry point main.py not found')
return