Closed jewfro-cuban closed 5 years ago
@jewfro-cuban : Thanks! This is hopefully not affecting the package or import itself as all the exceptions are caught where this happens. I will swallow the error message though as they are annoying and should not happen.
So for the time being, if it bothers you and until I release a new version you can replace this line:
['git', 'describe'], cwd=os.path.dirname(__file__)).strip()
to
['git', 'describe'], cwd=os.path.dirname(__file__), stderr=subprocess.STDOUT).strip()
It should swallow any error in that block.
Great, Thanks.
Getting the following message upon importing:
fatal: Not a git repository (or any of the parent directories): .git
Started ~ a month ago.