From 3e631796165ae93ba126568624aaee1c2cd09407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 2 Mar 2021 18:26:45 +0000 Subject: [PATCH] Fix use of reset_tree. --- ognibuild/debian/fix_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ognibuild/debian/fix_build.py b/ognibuild/debian/fix_build.py index 753a454..0d7c020 100644 --- a/ognibuild/debian/fix_build.py +++ b/ognibuild/debian/fix_build.py @@ -608,7 +608,7 @@ def build_incrementally( if max_iterations is not None and len(fixed_errors) > max_iterations: logging.warning("Last fix did not address the issue. Giving up.") raise - reset_tree(local_tree, local_tree.basis_tree(), subpath=subpath) + reset_tree(local_tree, subpath=subpath) if e.phase[0] == "build": context = BuildDependencyContext( e.phase,