Skip to content

Commit c7d1926

Browse files
committed
fixing typo (client)
1 parent 392fa2a commit c7d1926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/api/v1/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def _upload_to_dataset_local(connector, client, datasetid, filepath):
348348
"""
349349

350350
logger = logging.getLogger(__name__)
351-
url = '%s/api/uploadToDataset/%s?key=%s' % (client.host, datasetid, cliet.key)
351+
url = '%s/api/uploadToDataset/%s?key=%s' % (client.host, datasetid, client.key)
352352

353353
if os.path.exists(filepath):
354354
# Replace local path with remote path before uploading

0 commit comments

Comments
 (0)