From f1c487ed46a9ac7986d999d121a5f944aae9a373 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Dec 2024 15:25:49 -0500 Subject: [PATCH] fix tests --- bbot/core/helpers/depsinstaller/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/core/helpers/depsinstaller/installer.py b/bbot/core/helpers/depsinstaller/installer.py index 1537a1b27..00d91f34d 100644 --- a/bbot/core/helpers/depsinstaller/installer.py +++ b/bbot/core/helpers/depsinstaller/installer.py @@ -403,7 +403,7 @@ def install_core_deps(self): } ) if playbook: - self.log.info(f"Installing core BBOT dependencies: {",".join(sorted(to_install_friendly))}") + log.info(f"Installing core BBOT dependencies: {','.join(sorted(to_install_friendly))}") self.ensure_root() self.ansible_run(tasks=playbook)