diff options
author | 2016-01-15 04:37:39 -0800 | |
---|---|---|
committer | 2016-02-01 22:19:38 +0000 | |
commit | 06736ce33cca771eb5537ba325e1c94f38e2a4c9 (patch) | |
tree | d6b816cd0439f097dd599ffa5eb9fafe6e72164a /dashboard | |
parent | 32a00b084e6480076dea698d7f40ddb5e3ba6093 (diff) |
qtip: remove white spaces
Change-Id: I1e90a91eaa9db8e90a87f2ee9cccb6999740b8b3
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
(cherry picked from commit 28258ccf7196e24ad53617edb14c344ff63130fb)
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/pushtoDB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/pushtoDB.py b/dashboard/pushtoDB.py index d9d48f5a..d056c18b 100644 --- a/dashboard/pushtoDB.py +++ b/dashboard/pushtoDB.py @@ -42,7 +42,7 @@ def main(): global payload_list
populate_payload(suite_list)
for suite,case in payload_list.items():
- with open('results/'+suite,'r') as result_file:
+ with open('results/'+suite,'r') as result_file:
j=json.load(result_file)
push_results_to_db(TEST_DB, case , j)
|