summaryrefslogtreecommitdiffstats
path: root/utils/dashboard
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-01-17 10:56:19 +0800
committerliyin <liyin11@huawei.com>2017-01-17 10:57:54 +0800
commitf419c51fea3219386308b34971e76a908693b33d (patch)
tree7a49d5ecd87dc3889eb6fd188638c2b8f88dd81e /utils/dashboard
parent14f84a307691cc17d02ec10dd07cf5f3e2c03705 (diff)
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 <liyin11@huawei.com>
Diffstat (limited to 'utils/dashboard')
-rw-r--r--utils/dashboard/process_data.py2
1 files changed, 1 insertions, 1 deletions
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"