bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
20 stars 15 forks source link

tar file preparation failed in simple indices #78

Closed nilshempelmann closed 8 years ago

nilshempelmann commented 8 years ago

PyWPS [2016-08-23 12:01:01,262] ERROR: Tar file preparation failed Traceback (most recent call last): File "/home/nils/birdhouse/flyingpigeon/flyingpigeon/processes/wps_indices_simple.py", line 129, in execute tar.add( result , arcname = os.path.basename(result)) File "/home/nils/.conda/envs/flyingpigeon/lib/python2.7/posixpath.py", line 114, in basename i = p.rfind('/') + 1 AttributeError: 'list' object has no attribute 'rfind'

nilshempelmann commented 8 years ago

Fixed.