avocado.cli.app: Fix PEP8 problem

上级 96abcc35
......@@ -16,7 +16,7 @@ def list_tests(args):
bcolors = output.colors
pipe = output.get_paginator()
test_dirs = os.listdir(data_dir.get_test_dir())
pipe.write(bcolors.header_str( "Tests available:"))
pipe.write(bcolors.header_str("Tests available:"))
pipe.write("\n")
for test_dir in test_dirs:
pipe.write(" %s\n" % test_dir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册