Fix unit test on MacOS

This commit is contained in:
Jackson Mills
2023-03-09 14:53:40 -08:00
parent 80b3ed0f8b
commit 45db895981

View File

@@ -121,7 +121,7 @@ def create_wallet_directory():
print("- OS Detected: Windows")
File = PureWindowsPath(str(usr) + '/WalletTEST')
Path_ = str(PureWindowsPath(str(usr)))
if OS == "Linux":
else:
print("- OS Detected: Linux")
# If it's Linux, use this path:
File = PurePath(str(usr) + '/WalletTEST')