Do not log error determining Serena git commit id (not possible when using uvx)

This commit is contained in:
Dominik Jain
2025-06-24 13:48:34 +02:00
parent d3b1f9bb90
commit 1a055cf2bb
+1 -2
View File
@@ -16,6 +16,5 @@ def get_git_status() -> GitStatus | None:
return GitStatus(
commit=commit_hash, has_unstaged_changes=unstaged, has_staged_uncommitted_changes=staged, has_untracked_files=untracked
)
except Exception as e:
log.error("Error determining Git status", exc_info=e)
except:
return None