mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Fix Website 404 and Format script error message (#1161)
* Fix Website 404 * format script fix
This commit is contained in:
@@ -52,7 +52,7 @@ def get_tidy_version(tidy_executable: str):
|
||||
|
||||
CLANG_FORMAT = get_clang_executable([f"clang-format-{CLANG_VER}"])
|
||||
if CLANG_FORMAT is None:
|
||||
sys.exit(f"Error: clang-format-{CLANG_VER} found")
|
||||
sys.exit(f"Error: clang-format-{CLANG_VER} not found")
|
||||
|
||||
CLANG_TIDY = get_clang_executable([f"clang-tidy-{CLANG_VER}", "clang-tidy"])
|
||||
if CLANG_TIDY is None:
|
||||
|
||||
Reference in New Issue
Block a user