"vscode:/vscode.git/clone" did not exist on "2572886367df9c3117f348039ebe3de5099ebf94"
Commit 93180118 authored by lintangsutawika's avatar lintangsutawika
Browse files

pre-commit format

parent 4288792e
...@@ -165,7 +165,9 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None: ...@@ -165,7 +165,9 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
if args.tasks is None: if args.tasks is None:
eval_logger.error("Need to specify task to evaluate.") eval_logger.error("Need to specify task to evaluate.")
import sys; sys.exit() import sys
sys.exit()
elif args.tasks == "list": elif args.tasks == "list":
eval_logger.info( eval_logger.info(
"Available Tasks:\n - {}".format("\n - ".join(sorted(ALL_TASKS.keys()))) "Available Tasks:\n - {}".format("\n - ".join(sorted(ALL_TASKS.keys())))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment