From 9771ee0afc7a0d9d786ff1e20f8a07984f9ba5b8 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sat, 21 Sep 2024 18:22:17 +0900 Subject: [PATCH] Updated: Syntax issue Signed-off-by: debianpepper --- python_modules/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_modules/conf.py b/python_modules/conf.py index 2d5fca16..11517dec 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -78,7 +78,8 @@ setup_opb_cmds = ('inflate_bubble.set_opb', 'infra.open_box_configs', ) setup_kde_cmds =('inflate_bubble.set_kde', - 'infra.kde_configs',') + 'infra.kde_configs', + ) setup_loaded_cmds = ('inflate_bubble.set_loaded', 'infra.loaded_configs',