Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

gips_archive unexpected keyword argument #479

Closed bhbraswell closed 6 years ago

bhbraswell commented 6 years ago

I don't use gips_archive much, but since CDL doesn't have a fetch, I did this

rbraswell@rio:/titan/data/cdl/stage$ gips_archive cdl
GIPS Data Archive Utility (v0.8.4)
Data archive error: archive() got an unexpected keyword argument 'verbose'

Interestingly adding the verbose flag seems gives a little more info. Possibly it's an argparse thing.

rbraswell@rio:/titan/data/cdl/stage$ gips_archive cdl -v4
GIPS Data Archive Utility (v0.8.4)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gips/scripts/archive.py", line 49, in main
    cls.Asset.archive(**vars(args))
TypeError: archive() got an unexpected keyword argument 'verbose'

Data archive error: archive() got an unexpected keyword argument 'verbose'