diff --git a/src/oebuild/ogit.py b/src/oebuild/ogit.py index 541ebde70f34534a16437667062360c53188cd49..b67447e808318fbf592772d7b42ac063074d1705 100644 --- a/src/oebuild/ogit.py +++ b/src/oebuild/ogit.py @@ -83,7 +83,6 @@ class OGit: remote.fetch(self._branch, progress=CustomRemote(), depth=1) else: repo.commit(version) - return True except ValueError: try: remote.fetch(version, progress=CustomRemote(), depth=1)