This commit is contained in:
[[ -z $EMAIL ]] && read -e -p "Enter your email (for git configuration): " EMAIL 2025-02-06 12:26:38 -05:00
parent 139f2cae03
commit c631f36cca

View file

@ -82,4 +82,4 @@ if __name__ == "__main__":
non_matching_files = sum(pool.map(compare_files, files_with_args))
if non_matching_files and not args.fix_and_overwrite:
raise ValueError("Some diff and their modeling code did not match.")
raise ValueError("Some diff and their modeling code did not match.")