fix storing of app in project class

This commit is contained in:
LeonOstrez
2023-08-09 11:42:26 +02:00
parent 6d225ac5b1
commit cbb59a7301
4 changed files with 3 additions and 6 deletions

View File

@@ -37,9 +37,6 @@ class Project:
self.root_path = ''
# self.restore_files({dev_step_id_to_start_from})
if 'app_id' in args:
self.app = get_app(args['app_id'])
if current_step is not None:
self.current_step = current_step
if name is not None: