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

minor

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