From 69a0d153bfb99ad304a38fb336f54f39be864daa Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Fri, 4 Aug 2023 10:15:14 +0200 Subject: [PATCH] While initializing a project, restore files from a specific dev step --- euclid/helpers/Project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/euclid/helpers/Project.py b/euclid/helpers/Project.py index 92f7284..4dcf801 100644 --- a/euclid/helpers/Project.py +++ b/euclid/helpers/Project.py @@ -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