Skip to content

Commit

Permalink
Fix the message
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 committed Jan 8, 2022
1 parent ca30c7d commit 777bfc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion print-hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

file_list = os.listdir(os.path.abspath(os.getenv("INPUT_PACKAGES_DIR")))

print("Showing hash values of files to be uploaded:")

for file in file_list:
print("Showing hash values of files to be uploaded:")
print(file)
print("")

Expand Down

0 comments on commit 777bfc4

Please sign in to comment.