Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 18, 2024
1 parent 354bf97 commit f1c487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/core/helpers/depsinstaller/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f1c487e

Please sign in to comment.