mirror of https://github.com/docker/docker-py.git
Merge d20c1cf98e into 526a9db743
This commit is contained in:
commit
94641696e1
|
|
@ -113,7 +113,7 @@ class Plugin(Model):
|
|||
A generator streaming the decoded API logs
|
||||
"""
|
||||
if self.enabled:
|
||||
raise errors.DockerError(
|
||||
raise errors.DockerException(
|
||||
'Plugin must be disabled before upgrading.'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue