Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/GitHub actions #3

Closed
wants to merge 34 commits into from

Conversation

dolfinus
Copy link

No description provided.

dolfinus and others added 4 commits October 7, 2020 13:47
Using the default_config with only 'starting_version' set in a repository without tags
the following error was raised:

...
File "../project/.eggs/setuptools_git_versioning-1.2.6-py3.7.egg/setuptools_git_versioning.py", line 156, in version_from_git
if not os.path.exists(version_file):
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
```
Python 3.7.3 (on MacOS)
fix: python error if no tag is found
@dolfinus dolfinus closed this Jan 20, 2021
@dolfinus dolfinus deleted the feature/github-actions branch January 20, 2021 16:05
@dolfinus dolfinus restored the feature/github-actions branch January 20, 2021 16:05
@dolfinus dolfinus deleted the feature/github-actions branch January 20, 2021 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants