Skip to content

Commit 777bfc4

Browse files
committed
Fix the message
1 parent ca30c7d commit 777bfc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

print-hash.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

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

10+
print("Showing hash values of files to be uploaded:")
11+
1012
for file in file_list:
11-
print("Showing hash values of files to be uploaded:")
1213
print(file)
1314
print("")
1415

0 commit comments

Comments
 (0)