mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-05 02:40:21 +01:00
While initializing a project, restore files from a specific dev step
This commit is contained in:
@@ -22,6 +22,7 @@ class Project:
|
||||
self.skip_until_dev_step = args['skip_until_dev_step'] if 'skip_until_dev_step' in args else None
|
||||
# TODO make flexible
|
||||
self.root_path = ''
|
||||
self.restore_files({dev_step_id_to_start_from})
|
||||
|
||||
if current_step != None:
|
||||
self.current_step = current_step
|
||||
|
||||
Reference in New Issue
Block a user