mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8 and style-check violations
This commit is contained in:
@@ -81,7 +81,7 @@ def processing(message):
|
||||
yield
|
||||
except Skip as exc:
|
||||
print('skip: %s' % exc)
|
||||
except:
|
||||
except Exception:
|
||||
print('error')
|
||||
raise
|
||||
else:
|
||||
|
Reference in New Issue
Block a user