mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 04:34:01 +08:00
Add Global Error Handler (#1080)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user