Skip to content

Commit

Permalink
git: forward exception
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed May 3, 2024
1 parent 8fdffac commit f6ef727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def describe(self, commit):
except KeyError as e:
if "no tags can describe" in str(e):
return None
else:
raise e

def datetime(self, commit):
# time_str = subprocess.check_output(self.gitcmd + ['show',
Expand Down

0 comments on commit f6ef727

Please sign in to comment.