Skip to content
Snippets Groups Projects
Commit fe4d828e authored by tomrink's avatar tomrink
Browse files

minor

parent 9e4cd486
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ try: ...@@ -31,6 +31,7 @@ try:
user_paths = os.environ['PYTHONPATH'].split(os.pathsep) user_paths = os.environ['PYTHONPATH'].split(os.pathsep)
python_path = user_paths[0] + os.sep python_path = user_paths[0] + os.sep
ancillary_path = python_path + 'ancillary' + os.sep ancillary_path = python_path + 'ancillary' + os.sep
model_path = python_path + 'tf_model' + os.sep
except KeyError: except KeyError:
print('** PYTHONPATH must be defined! *') print('** PYTHONPATH must be defined! *')
python_path = None python_path = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment