While initializing a project, restore files from a specific dev step

This commit is contained in:
Zvonimir Sabljic
2023-08-04 10:15:14 +02:00
parent 08187cd93f
commit 69a0d153bf

View File

@@ -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