Merge branch 'master' into 11850-singlecontainer-max-requirements
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index a55db8d53ebeab4cc0567700945bf124f4d9158b..71ddd172214c4dac1b20907c8cf5a18bce6c37b2 100644 (file)
@@ -282,7 +282,7 @@ class ArvCwlRunner(object):
 
         def rewrite(fileobj):
             fileobj["location"] = generatemapper.mapper(fileobj["location"]).target
-            for k in ("basename", "listing", "contents", "nameext", "nameroot", "dirname"):
+            for k in ("listing", "contents", "nameext", "nameroot", "dirname"):
                 if k in fileobj:
                     del fileobj[k]