Bugfixes for test application & added validators to cli

This commit is contained in:
2022-05-24 19:20:55 +02:00
parent 8900bdd446
commit f317035342
5 changed files with 13 additions and 13 deletions

View File

@@ -60,6 +60,7 @@ class LiveServerThread(threading.Thread):
Starts the CPL project
:return:
"""
Console.write_line(self._build_settings.main)
main = self._build_settings.main
if '.' in self._build_settings.main:
length = len(self._build_settings.main.split('.')) - 1