We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89893b commit 580aa9aCopy full SHA for 580aa9a
scripts/compare-llama-bench.py
@@ -243,7 +243,7 @@ def get_commit_hexsha8(name):
243
sys.exit(1)
244
else:
245
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.")
+ "is not part of a git repository from which a compare target could be inferred.\n")
247
parser.print_help()
248
249
0 commit comments