mirror of https://github.com/docker/docker-py.git
Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm456-master
This commit is contained in:
commit
0a55ff3a41
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue