diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index b2299fc..ac50c6e 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -285,7 +285,10 @@ class VariableClUpdateOutdateSet(ReadonlyVariable): type = "bool" def get(self): - return self.Get('cl_update_other_set') + if (self.Get('cl_update_other_set') == 'on' and + self.Get('cl_update_other_rep_name')): + return "on" + return "off" class VariableClUpdateMetadataForce(Variable): """