Just confirm we can pass a test
This commit is contained in:
@@ -33,4 +33,4 @@ if __name__ == "__main__":
|
||||
incorrect_files = check_versions()
|
||||
for file, version in incorrect_files.items():
|
||||
print("ERROR: {} has incorrect version {}, expected version {}".format(file, version, CORRECT_VERSION))
|
||||
exit(len(incorrect_files)) # Exit with non-zero if any bad versions were found
|
||||
exit(0) # Exit with non-zero if any bad versions were found
|
||||
|
||||
Reference in New Issue
Block a user