Added arm condition in install.sh to avoid installation error on ubuntu.
[yardstick.git] / yardstick / dispatcher / file.py
index 6fc81d4..8acd5df 100644 (file)
@@ -29,7 +29,7 @@ class FileDispatcher(DispatchBase):
 
     __dispatcher_type__ = "File"
 
-    def __init__(self, conf):
+    def __init__(self, conf, config):
         super(FileDispatcher, self).__init__(conf)
         self.result = []