From 08a3f8d04bfe224a9cccc62ca9c7a39c85524500 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 19 Aug 2024 14:31:54 -0400 Subject: [PATCH] xxx:workaround Signed-off-by: John Mulligan --- teuthology/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/run.py b/teuthology/run.py index 643955d375..331986450f 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -402,6 +402,7 @@ def main(args): # FIXME this should become more generic, and the keys should use # '_' uniformly if fake_ctx.config.get('interactive-on-error'): + teuth_config.config = getattr(teuth_config, 'config') or FakeNamespace() teuth_config.config.ctx = fake_ctx try: -- 2.39.5