Skip to content

Commit

Permalink
Update setuptools_git_versioning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 30, 2024
1 parent 72326ea commit f9fc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools_git_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def _callable_factory(
try:
return _load_callable(regexp_or_ref, package_name, root=root)
except (ImportError, NameError) as e:
pass
log.log(DEBUG, "%s is not a valid function reference: %s", callable_name, e)

try:
return callable_factory(regexp_or_ref)
Expand Down

0 comments on commit f9fc00d

Please sign in to comment.