Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 28, 2024
1 parent 31edd0f commit c22a23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xontrib/pygitstatus/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def tag_or_hash(fld: PromptField, ctx: PromptFields):
fld.value = ''
with contextlib.suppress(GitError):
repo = Repo('.')

fld.value = repo.describe()

if not fld.value:
Expand Down

0 comments on commit c22a23c

Please sign in to comment.