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

minor

parent dd2fe3c6
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ 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
model_path_day = python_path + 'tf_model_day' + os.sep
model_path_night = python_path + 'tf_model_night' + 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.
Finish editing this message first!
Please register or to comment