From d15dc3ad622de883f57e6699cdbbddbd6903d133 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Mon, 1 Dec 2025 15:38:40 -0500 Subject: [PATCH] Account for self.config_blob potentially being Null closes #2122 (cherry picked from commit 0057a979082df3ea61ef394524576c46dc244259) --- CHANGES/2122.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/2122.bugfix diff --git a/CHANGES/2122.bugfix b/CHANGES/2122.bugfix new file mode 100644 index 000000000..ab8ce4489 --- /dev/null +++ b/CHANGES/2122.bugfix @@ -0,0 +1 @@ +Fix an `AttributeError` issue that most commonly appears when running the `container-handle-image-data` management command. \ No newline at end of file