Kaydet (Commit) 758344fd authored tarafından Joffrey F's avatar Joffrey F

Formatting

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 0a55ff3a
...@@ -838,8 +838,8 @@ class ContainerApiMixin(object): ...@@ -838,8 +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 positive int\ 'since value should be datetime or positive int, '
, not {}'. '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