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

snapshot...

parent 0b2349b8
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ try:
python_path = home_dir + os.sep + 'dev' + os.sep + 'python' + os.sep + 'modules' + os.sep
print('** No PYTHONPATH found containing cimss_cloud_fraction/model, using: '+python_path, file=sys.stderr)
ancillary_path = python_path + 'ancillary' + os.sep
model_path = python_path + 'tf_model' + os.sep
model_path_cld_frac = python_path + 'tf_model_cld_frac' + os.sep
model_path_cld_opd = python_path + 'tf_model_cld_opd' + os.sep
except KeyError:
print('** PYTHONPATH must be defined! *', file=sys.stderr)
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