Skip to content

Commit 0a55ff3

Browse files
committed
Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm456-master
2 parents 9fc45f1 + adbb307 commit 0a55ff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/api/container.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@ def logs(self, container, stdout=True, stderr=True, stream=False,
838838
params['since'] = since
839839
else:
840840
raise errors.InvalidArgument(
841-
'since value should be datetime or int, not {}'.
841+
'since value should be datetime or positive int\
842+
, not {}'.
842843
format(type(since))
843844
)
844845
url = self._url("/containers/{0}/logs", container)

0 commit comments

Comments
 (0)