summaryrefslogtreecommitdiff
path: root/zuul
diff options
context:
space:
mode:
Diffstat (limited to 'zuul')
-rw-r--r--zuul/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/model.py b/zuul/model.py
index 67b5e0117..5d3e48081 100644
--- a/zuul/model.py
+++ b/zuul/model.py
@@ -2300,7 +2300,7 @@ class FrozenJob(zkobject.ZKObject):
# The data are stored locally in this dict
data['_' + job_data_key] = job_data['data']
elif job_data['storage'] == 'offload':
- existing_job_data = getattr(self, job_data_key, None)
+ existing_job_data = getattr(self, f"_{job_data_key}", None)
if (getattr(existing_job_data, 'hash', None) ==
job_data['hash']):
# Re-use the existing object since it's the same