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 545f059 commit bacc8cbCopy full SHA for bacc8cb
sphinx_gitstamp/__init__.py
@@ -80,7 +80,7 @@ def what_build_am_i(app):
80
try:
81
global g
82
g = git.Git('.')
83
- except:
+ except BaseException:
84
app.info(sys.exc_info()[0])
85
app.warn("gitstamp extension enabled, but no git repository found. No \
86
git datestamps will be generated.")
0 commit comments