Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 5820d10

Browse files
committed
Python3, too
1 parent 55a1f7f commit 5820d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python3/request/item_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def upload(self, local_path):
132132
Returns:
133133
The created entity.
134134
"""
135-
return self.content.request().put(local_path)
135+
return self.content.request().upload(local_path)
136136

137137
@asyncio.coroutine
138138
def upload_async(self, local_path):

0 commit comments

Comments
 (0)