Fix linkparser line handling with multiple parenthesis

This commit is contained in:
Petra Baranski
2025-03-28 03:37:04 +01:00
committed by GitHub
parent a5b18310a8
commit 4518e402c7
4 changed files with 19 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ def main():
"""
if len(sys.argv) != 2:
print(
"Usage: python check_clang_format.py <dry_run|format>"
"Usage: python format.py <dry_run|format>"
)
sys.exit(1)
else: