Closed bhbraswell closed 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'
I don't use gips_archive much, but since CDL doesn't have a fetch, I did this
Interestingly adding the verbose flag seems gives a little more info. Possibly it's an argparse thing.