Add Global Error Handler (#1080)

This commit is contained in:
Diego Hurtado
2020-09-30 08:22:53 -06:00
committed by GitHub
parent 55064ba489
commit 7de931f047

View File

@ -29,6 +29,7 @@ def main():
error = False
for path in map(Path, args.paths):
readme = path / "README.rst"
try:
if not is_valid_rst(readme):