Kaydet (Commit) 05914776 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1301 from biniambekele/master

Fix ContainerApiMixin.copy with dict container arg
...@@ -100,7 +100,7 @@ class ContainerApiMixin(object): ...@@ -100,7 +100,7 @@ class ContainerApiMixin(object):
DeprecationWarning DeprecationWarning
) )
res = self._post_json( res = self._post_json(
self._url("/containers/{0}/copy".format(container)), self._url("/containers/{0}/copy", container),
data={"Resource": resource}, data={"Resource": resource},
stream=True stream=True
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment