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 04a956d commit 9c8c36fCopy full SHA for 9c8c36f
gittaggers.py
@@ -18,6 +18,6 @@ def tags(self):
18
if self.tag_build is None:
19
try:
20
self.tag_build = self.git_timestamp_tag()
21
- except subprocess.CalledProcessError:
+ except (subprocess.CalledProcessError, OSError):
22
pass
23
return egg_info.tags(self)
0 commit comments