From f419c51fea3219386308b34971e76a908693b33d Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 17 Jan 2017 10:56:19 +0800 Subject: Modify utils/ code into PEP8 style JIRA: BOTTLENECK-100 Modify all the code in the utils folder into PEP8 style. Using more standard way to realize our function. Change-Id: Ie75c57f7fdd2a9d03849c3cb240918a6779d6be9 Signed-off-by: liyin --- utils/dashboard/process_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/dashboard/process_data.py') diff --git a/utils/dashboard/process_data.py b/utils/dashboard/process_data.py index 6ca6ee1e..4be09178 100644 --- a/utils/dashboard/process_data.py +++ b/utils/dashboard/process_data.py @@ -15,7 +15,7 @@ from uploader import Uploader def printUsage(): print ("Usage: python process_data.py required_params(**)" - " optional_params([])") + " optional_params([])") print " ** -i|--input input_data_dir" print " ** -s|--suite suite_name" print " ** -c|--conf conf_file" -- cgit 1.2.3-korg