From 5050a0127489f3fd1c303f8b3a9d3c5560a08ce4 Mon Sep 17 00:00:00 2001 From: Timothy Stack <stack@flux.utah.edu> Date: Sat, 30 Oct 2004 00:38:53 +0000 Subject: [PATCH] Fix a syntax error. --- xmlrpc/script_wrapper.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlrpc/script_wrapper.py.in b/xmlrpc/script_wrapper.py.in index 5122c9abe8..465a5130fe 100755 --- a/xmlrpc/script_wrapper.py.in +++ b/xmlrpc/script_wrapper.py.in @@ -645,7 +645,7 @@ class delay_config: for linkparam in req_args[1:]: plist = string.split(linkparam, "=", 1) if len(plist) != 2: - print ("Parameter, '" + param + print ("Parameter, '" + linkparam + "', is not of the form: param=value!") self.usage(); return -1 -- GitLab