Skip to content

Commit

Permalink
Merge pull request #1053 from DimitriPapadopoulos/TRY401
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt authored Jul 20, 2024
2 parents e161622 + f1e8074 commit 4ec3208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setuptools_scm/hg.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def get_meta(self, config: Configuration) -> ScmVersion | None:
else:
return meta(tag, config=config, node_date=node_date)

except ValueError as e:
log.exception("error %s", e)
except ValueError:
log.exception("error")
pass # unpacking failed, old hg

return None
Expand Down

0 comments on commit 4ec3208

Please sign in to comment.