Skip to content

Commit 78ef5a4

Browse files
committed
fixing datasets - token no longer used metadata does post
1 parent 0fc78dd commit 78ef5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def download(connector, host, key, datasetid, token=None):
9191
datasetid -- the file that is currently being processed
9292
"""
9393
if clowder_version >= 2.0:
94-
zipfile = v2datasets.download(connector, host, key, datasetid, token)
94+
zipfile = v2datasets.download(connector, host, key, datasetid)
9595
else:
9696
zipfile = v1datasets.download(connector, host, key, datasetid)
9797
return zipfile

0 commit comments

Comments
 (0)