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 8b0821b commit 1662e9d
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 @@ -54,7 +54,7 @@ def get_files_amount(folder_path):
def folder_generate_hashes(folder_path):
folder_hashes = {}
for file_path in get_all_files(folder_path):
#in case program is not run directly
# in case program is not run directly
if __name__ == '__main__':
file_hash = generate_file_hash(file_path, hash_algorithm)
else:
Expand Down

0 comments on commit 1662e9d

Please sign in to comment.