Commit 5a8a424
committed
image load: don't depend on deprecated JSONMessage.error field
The error field was deprecated in favor of the errorDetail struct in
[moby@3043c26], but the API continued to return both. This patch updates
docker-py to not depend on the deprecated field.
[moby@3043c26]: moby/moby@3043c26
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent 03e43be commit 5a8a424
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
| 410 | + | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments