Kaydet (Commit) a38644fc authored tarafından biniambekele's avatar biniambekele

Fix ContainerApiMixin.copy with dict container arg

Signed-off-by: 's avatarbiniambekele <biniambekele@users.noreply.github.com>
üst 7c7688cb
......@@ -100,7 +100,7 @@ class ContainerApiMixin(object):
DeprecationWarning
)
res = self._post_json(
self._url("/containers/{0}/copy".format(container)),
self._url("/containers/{0}/copy", container),
data={"Resource": resource},
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