From ea570bcb6704629a4a503548865a8dc19c872a39 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 31 Dec 2016 20:12:24 +0100 Subject: style: fix E265 violations E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko --- run_project_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index a11847b..9f1d4d8 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -84,7 +84,7 @@ def stop_handler(signal, frame): signal.signal(signal.SIGINT, stop_handler) signal.signal(signal.SIGTERM, stop_handler) -#unity_flags = ['--unity'] +# unity_flags = ['--unity'] unity_flags = [] backend_flags = None -- cgit v1.1