diff options
author | Nauman Ahad <Nauman_Ahad@dell.com> | 2016-01-25 11:58:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-25 11:58:55 +0000 |
commit | bb192907a67f1058b8eb557a941594414fdc4a45 (patch) | |
tree | e6ff95f0f76b75c4bade766cd13ca86ac9b024db /func | |
parent | bab7c5360e2bd4eabc63e3b78cb6fcea8730b608 (diff) | |
parent | 0e745438997721838b763b089b560ddb0c53d98b (diff) |
Merge "update: address for testing db"
Diffstat (limited to 'func')
-rw-r--r-- | func/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py index d20c0e9f..9f7db237 100644 --- a/func/driver.py +++ b/func/driver.py @@ -21,7 +21,7 @@ class Driver: print os.environ['PWD'] self.dic_json = defaultdict() - def drive_bench(self, benchmark, roles, benchmark_detail= None, pip_dict = None): + def drive_bench(self, benchmark, roles, benchmark_detail = None, pip_dict = None): roles= sorted(roles) pip_dict = sorted(pip_dict) |