Skip to content
Snippets Groups Projects
Commit 81049d5c authored by Aaron Spring's avatar Aaron Spring
Browse files

Update pymistral/setup.py

parent 9f80cf62
No related branches found
No related tags found
1 merge request!25less imports
......@@ -42,7 +42,10 @@ elif my_system is 'local':
os.makedirs(tmp)
# start
cdo = cdo.Cdo(tempdir=tmp)
try:
cdo = cdo.Cdo(tempdir=tmp)
except:
cdo = False
cmip6_folder = mistral_work+'ik1017/CMIP6/data/CMIP6'
......
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