From 19ebb235ad3a28d8d31bb641b2b1969dca6bde64 Mon Sep 17 00:00:00 2001 From: Renata Date: Thu, 26 Dec 2024 13:33:34 -0500 Subject: [PATCH] fix: set storage commit to None in repository at revision context manager --- taf/auth_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taf/auth_repo.py b/taf/auth_repo.py index 954de94f..5d7af21f 100644 --- a/taf/auth_repo.py +++ b/taf/auth_repo.py @@ -314,7 +314,7 @@ def repository_at_revision(self, commit: str): """ self._storage.commit = commit yield - self._storage.commit = self.head_commit_sha() + self._storage.commit = None def set_last_validated_data( self,