Skip to content

Commit

Permalink
Merge pull request #258 from facutuesca/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 5, 2024
2 parents 0ab0b79 + a58e550 commit 4f8925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print-hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pathlib
import sys

packages_dir = pathlib.Path(sys.argv[1]).resolve().absolute()
packages_dir = pathlib.Path(sys.argv[1]).resolve()

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

Expand Down

0 comments on commit 4f8925c

Please sign in to comment.