Skip to content

Commit 4f8925c

Browse files
authored
Merge pull request #258 from facutuesca/patch-1
2 parents 0ab0b79 + a58e550 commit 4f8925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-hash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pathlib
33
import sys
44

5-
packages_dir = pathlib.Path(sys.argv[1]).resolve().absolute()
5+
packages_dir = pathlib.Path(sys.argv[1]).resolve()
66

77
print('Showing hash values of files to be uploaded:')
88

0 commit comments

Comments
 (0)