Update content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Wo Jake
2022-11-15 06:39:17 +00:00
committed by GitHub
parent 13d4460f0b
commit 9a0de3d622

View File

@@ -106,7 +106,7 @@ def get_path(file):
# Get PATH format based on the OS
if OS == "Windows":
File_ = PureWindowsPath(str(usr) + file)
if OS == "Linux":
else: # Assuming Linux-style file format
File_ = PurePath(str(usr) + file)
return str(File_)