Skip to content

Commit

Permalink
Show a message before printing hash values of files
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 committed Jan 8, 2022
1 parent 06a2dd6 commit ca30c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions print-hash.py
Expand Up @@ -8,6 +8,7 @@
file_list = os.listdir(os.path.abspath(os.getenv("INPUT_PACKAGES_DIR")))

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

Expand Down

0 comments on commit ca30c7d

Please sign in to comment.