Skip to content

Commit 580aa9a

Browse files
committed
compare-llama-bench.py: add blank line for readability during missing repo response
1 parent f89893b commit 580aa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare-llama-bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def get_commit_hexsha8(name):
243243
sys.exit(1)
244244
else:
245245
logger.error("No compare target was provided and the current working directory "
246-
"is not part of a git repository from which a compare target could be inferred.")
246+
"is not part of a git repository from which a compare target could be inferred.\n")
247247
parser.print_help()
248248
sys.exit(1)
249249

0 commit comments

Comments
 (0)