From a272580059062d1854f3f646423e6ddcd3a19adc Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 11 Mar 2011 11:54:50 +0300 Subject: [PATCH] Remove merge_action up from --uninstall. --- pym/cl_fill_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_fill_client.py b/pym/cl_fill_client.py index 4fc3c0f..3298de9 100644 --- a/pym/cl_fill_client.py +++ b/pym/cl_fill_client.py @@ -41,6 +41,6 @@ class fillVars(): action = self.Get("cl_action") remoteHost = self.Get("cl_remote_host") remoteAuth = self.Get("os_remote_auth") - if action in ("merge","install","uninstall","domain","undomain"): + if action in ("merge","install","domain","undomain"): ret = "up" return ret