We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db4fc2 + 318528d commit f121c7fCopy full SHA for f121c7f
fractal_server/app/runner/v2/runner.py
@@ -47,7 +47,7 @@ def _remove_status_from_attributes(
47
Drop attribute `IMAGE_STATUS_KEY` from all images.
48
"""
49
images_copy = deepcopy(images)
50
- [img["attributes"].pop(IMAGE_STATUS_KEY) for img in images_copy]
+ [img["attributes"].pop(IMAGE_STATUS_KEY, None) for img in images_copy]
51
return images_copy
52
53
0 commit comments