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

This commit is contained in:
Joffrey F 2017-12-19 14:37:44 -08:00
commit 0a55ff3a41
1 changed files with 2 additions and 1 deletions

View File

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