mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
fix storing of app in project class
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user