diff --git a/pym/update/variables/action.py b/pym/update/variables/action.py index cb8ea35..5bb618f 100644 --- a/pym/update/variables/action.py +++ b/pym/update/variables/action.py @@ -27,6 +27,7 @@ class VariableAcUpdateSync(ReadonlyVariable): """ def get(self): action = self.Get("cl_action") - if action in ("sync", 'update_profile'): + if action in ("sync", 'update_profile') and \ + not self.Get('cl_merge_pkg'): return "on" return "off"