mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-27 20:22:54 +08:00
Add Global Error Handler (#1080)
This commit is contained in:
@ -29,6 +29,7 @@ def main():
|
|||||||
error = False
|
error = False
|
||||||
|
|
||||||
for path in map(Path, args.paths):
|
for path in map(Path, args.paths):
|
||||||
|
|
||||||
readme = path / "README.rst"
|
readme = path / "README.rst"
|
||||||
try:
|
try:
|
||||||
if not is_valid_rst(readme):
|
if not is_valid_rst(readme):
|
||||||
|
Reference in New Issue
Block a user