Kaydet (Commit) 0a55ff3a authored tarafından Joffrey F's avatar Joffrey F

Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm456-master

...@@ -838,7 +838,8 @@ class ContainerApiMixin(object): ...@@ -838,7 +838,8 @@ class ContainerApiMixin(object):
params['since'] = since params['since'] = since
else: else:
raise errors.InvalidArgument( raise errors.InvalidArgument(
'since value should be datetime or int, not {}'. 'since value should be datetime or positive int\
, not {}'.
format(type(since)) format(type(since))
) )
url = self._url("/containers/{0}/logs", container) url = self._url("/containers/{0}/logs", container)
......
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