Skip to content

Commit f4c08ff

Browse files
author
Célian Haydont
committed
give empty path in header of the multipart request
1 parent f436f39 commit f4c08ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/managedfolder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def put_file(self, path, f):
101101
"""
102102
return self.client._perform_json_upload(
103103
"POST", "/projects/%s/managedfolders/%s/contents/%s" % (self.project_key, self.odb_id, utils.quote(path)),
104-
path, f)
104+
"", f)
105105

106106
########################################################
107107
# Managed folder actions

0 commit comments

Comments
 (0)