From 6ffc7ed7b50ebef04cd6c6de80ca8b315594d699 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 23 Jun 2025 10:26:31 -0500 Subject: [PATCH] bug fix --- setup.py | 2 +- transport/registry.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1c6701f..080ba55 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git" args['scripts'] = ['bin/transport'] args['classifiers'] = ['Programming Language :: Python :: 3', 'License :: OSI Approved :: MIT License', - 'Operating System :: OS Independent','plugin-ix@git+https://github.com/lnyemba/plugins-ix' + 'Operating System :: OS Independent' ] # if sys.version_info[0] == 2 : # args['use_2to3'] = True diff --git a/transport/registry.py b/transport/registry.py index 71909f6..8853069 100644 --- a/transport/registry.py +++ b/transport/registry.py @@ -13,7 +13,7 @@ This class manages data from the registry and allows (read only) @TODO: add property to the DATA attribute """ -REGISTRY_PATH=os.sep.join([os.environ['HOME'],'.data-transport']) +REGISTRY_PATH=os.sep.join([os.environ.get('HOME','USERPROFILE'),'.data-transport']) # # This path can be overriden by an environment variable ... #