From a4699f4cc848c55ed3935e3105912ab12219e727 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 30 Aug 2020 12:12:06 +0100 Subject: [PATCH] Fix flake8 error --- bin/run_example_ci_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_example_ci_configs.py b/bin/run_example_ci_configs.py index d7b099e6..fd1f24a4 100755 --- a/bin/run_example_ci_configs.py +++ b/bin/run_example_ci_configs.py @@ -116,7 +116,7 @@ def run_example_ci_configs(): badge = service.badge_md.format(branch=branch_name, branch_escaped=quote(branch_name, safe='')) print(f'| {service.name} | {service.src_config_path} | {badge} |') print() - print(f'Generated by `bin/run_example_ci_config.py`') + print('Generated by `bin/run_example_ci_config.py`') print() print('---') finally: