diff --git a/scripts/compare-llama-bench.py b/scripts/compare-llama-bench.py index 981d61939..3892fd25c 100755 --- a/scripts/compare-llama-bench.py +++ b/scripts/compare-llama-bench.py @@ -243,7 +243,7 @@ elif repo is not None: sys.exit(1) else: 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() sys.exit(1)