mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
Update content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user