Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Mar 4, 2024
1 parent 2974641 commit e3cf86a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ def verify_hashes(input_base_folder, dir_list, hash_file='./hashes.txt'):
raise SystemError(f"Verification failed for {file_path}. The file may be corrupted or tampered with.")
else:
raise SystemError(f"{directory} does not exist")
print("Verification passed")
print("Verification passed")

0 comments on commit e3cf86a

Please sign in to comment.