mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Improve language.
This commit is contained in:
@@ -41,7 +41,7 @@ class ImageArchiveInvalidException(Exception):
|
||||
|
||||
super(ImageArchiveInvalidException, self).__init__(message)
|
||||
|
||||
# Python 2 doesn't support causes
|
||||
# Python 2 does not support causes
|
||||
self.cause = cause
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user