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
|
A generator streaming the decoded API logs
|
||||||
"""
|
"""
|
||||||
if self.enabled:
|
if self.enabled:
|
||||||
raise errors.DockerError(
|
raise errors.DockerException(
|
||||||
'Plugin must be disabled before upgrading.'
|
'Plugin must be disabled before upgrading.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue