compare-llama-bench.py: add blank line for readability during missing repo response
This commit is contained in:
parent
e0372a1b5a
commit
510dea0d12
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue