Removed console output
This commit is contained in:
parent
6c8e9ccd89
commit
0d37c86061
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user