pacificclimate / modelmeta

An ORM representation of the model metadata database
GNU General Public License v3.0
1 stars 0 forks source link

index_netcdf and associate_ensemble don't work as bare CL scripts #44

Closed rod-glover closed 7 years ago

rod-glover commented 7 years ago

They lack the hashbang, so they won't execute directly.

Minimum fix is to put a hashbang at the top of each script.

Better would be to separate them into parts in scripts/ and mm_cataloguer/.

And move the tests out of mm_cataloguer/ to tests/.

rod-glover commented 7 years ago

Give scripts/list.py the same treatment.

rod-glover commented 7 years ago

Fixed in #45