6996f2329e
This currently throws an attribute exception, which is definitely not the right choice. Change-Id: I2e08ce9f46f4fa8ec1d42508efb16a014d485850
7 lines
261 B
YAML
7 lines
261 B
YAML
---
|
|
fixes:
|
|
- delete_image used to fail with an AttributeError if an invalid image
|
|
name or id was passed, rather than returning False which was the
|
|
intent. This is worthy of note because it's a behavior change, but the
|
|
previous behavior was a bug.
|