Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jooleer committed May 10, 2023
1 parent 1662e9d commit d078b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folder_hash_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def main():
if(args.verbose):
print(bcolors.FAIL + f"Hash values for {relative_path} do not match." + bcolors.ENDC)
if(not args.logging):
logging.error(f"[ERROR]: FILE HASH MISMATCH FOR: {relative_path} ({folder1_hashes[relative_path]} <> {folder2_hashes[relative_path]}")
logging.error(f"[ERROR]: FILE HASH MISMATCH FOR: {relative_path} ({folder1_hashes[relative_path]} <> {folder2_hashes[relative_path]})")
files_errors += 1
else:
if(args.verbose):
Expand Down

0 comments on commit d078b36

Please sign in to comment.