From 9d4589ec4dcc289995bff125e0b4950b15adbe85 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 22 Jan 2008 17:18:06 +0000 Subject: [PATCH] fix errors --- qaapi/qa/modules/plc/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qaapi/qa/modules/plc/install.py b/qaapi/qa/modules/plc/install.py index d633919..e8a8e47 100644 --- a/qaapi/qa/modules/plc/install.py +++ b/qaapi/qa/modules/plc/install.py @@ -9,7 +9,7 @@ class install(Test): Installs a myplc """ - def call(self, url=None, system_type, root_dir): + def call(self, system_type, root_dir, url=None): url_path = self.config.path # Determine url -- 2.47.0