We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Path.absolute()
1 parent 0ab0b79 commit a58e550Copy full SHA for a58e550
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