Skip to content

Commit 37c129d

Browse files
author
Peter Amstutz
committed
Merge branch 'master' of github.com:common-workflow-language/schema_salad
2 parents 0b09a19 + 9c8c36f commit 37c129d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gittaggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ def tags(self):
1818
if self.tag_build is None:
1919
try:
2020
self.tag_build = self.git_timestamp_tag()
21-
except subprocess.CalledProcessError:
21+
except (subprocess.CalledProcessError, OSError):
2222
pass
2323
return egg_info.tags(self)

0 commit comments

Comments
 (0)