Skip to content
Snippets Groups Projects
Unverified Commit fc7f5763 authored by Aaron Spring's avatar Aaron Spring Committed by GitHub
Browse files

Update cdo_post.py

parent 032e1c41
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ def read_all_outdatatype_files_to_ds(
ds[v].attrs['dims'] = list(ds[v].dims)
ds_list.append(ds.isel(time=0).mean())
except:
print(f'{outdatatype_id} failed'
print(f'{outdatatype_id} failed')
return xr.merge(ds_list, compat='override')
......
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