compare-llama-bench.py: add blank line for readability during missing repo response

This commit is contained in:
brian khuu 2024-04-18 13:58:05 +10:00
parent e0372a1b5a
commit 510dea0d12

View file

@ -243,7 +243,7 @@ elif repo is not None:
sys.exit(1) sys.exit(1)
else: else:
logger.error("No compare target was provided and the current working directory " logger.error("No compare target was provided and the current working directory "
"is not part of a git repository from which a compare target could be inferred.") "is not part of a git repository from which a compare target could be inferred.\n")
parser.print_help() parser.print_help()
sys.exit(1) sys.exit(1)