Re added (probably) right formating codes.

This commit is contained in:
2021-06-22 22:06:09 +02:00
parent 546cc26652
commit 84abd62a61
18 changed files with 39 additions and 58 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ def create_option_parser(args, log):
log.info('Available recipes:')
titles = sorted(get_builtin_recipe_titles())
for title in titles:
log.info('\t%s', title)
log.info('\t%r', title)
log.info('%d recipes available', len(titles))
raise SystemExit(0)