We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d9452 commit aad9252Copy full SHA for aad9252
apstools/_version.py
@@ -495,7 +495,7 @@ def get_versions():
495
# versionfile_source is the relative path from the top of the source
496
# tree (where the .git directory might live) to this file. Invert
497
# this to find the root from __file__.
498
- for i in cfg.versionfile_source.split('/'):
+ for _i in cfg.versionfile_source.split('/'):
499
root = os.path.dirname(root)
500
except NameError:
501
return {"version": "0+unknown", "full-revisionid": None,
0 commit comments