mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-17 12:17:55 +00:00
Do not log error determining Serena git commit id (not possible when using uvx)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user