Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 29, 2024
1 parent b9c8b66 commit a7ce056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setuptools_scm/hg.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_meta(self, config: Configuration) -> ScmVersion | None:
else:
return meta(tag, config=config, node_date=node_date)

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

Expand Down

0 comments on commit a7ce056

Please sign in to comment.