mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-20 10:31:28 +01:00
Exit with error code on specifier mismatches in format checker
This commit is contained in:
@@ -204,6 +204,7 @@ def main():
|
||||
print(f"\nNo specifier mismatches found for key '{args.key_name}' compared to the base language.")
|
||||
else:
|
||||
print(f"\nFound {issues_found} potential specifier mismatch(es) for key '{args.key_name}'.")
|
||||
exit(1)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user