Skip to content

Commit ca30c7d

Browse files
committed
Show a message before printing hash values of files
1 parent 06a2dd6 commit ca30c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

print-hash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
file_list = os.listdir(os.path.abspath(os.getenv("INPUT_PACKAGES_DIR")))
99

1010
for file in file_list:
11+
print("Showing hash values of files to be uploaded:")
1112
print(file)
1213
print("")
1314

0 commit comments

Comments
 (0)