mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Remove redundant Path.absolute() call
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import hashlib
|
||||
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:')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user