Merge "Remove redundancy file and do relative modification"
[yardstick.git] / yardstick / cmd / commands / task.py
index 8d8ea2b..bd54478 100644 (file)
@@ -50,6 +50,8 @@ class TaskCommands(object):     # pragma: no cover
         param = change_osloobj_to_paras(args)
         self.output_file = param.output_file
 
+        result = {}
+
         try:
             result = Task().start(param, **kwargs)
         except Exception as e: