We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ab0b79 + a58e550 commit 4f8925cCopy full SHA for 4f8925c
print-hash.py
@@ -2,7 +2,7 @@
2
import pathlib
3
import sys
4
5
-packages_dir = pathlib.Path(sys.argv[1]).resolve().absolute()
+packages_dir = pathlib.Path(sys.argv[1]).resolve()
6
7
print('Showing hash values of files to be uploaded:')
8
0 commit comments