Revision c22183b9 kamaki/cli/argument/__init__.py

b/kamaki/cli/argument/__init__.py
103 103

  
104 104
    @property
105 105
    def value(self):
106
        return super(ConfigArgument, self).value
106
        return getattr(self, '_value', None)
107 107

  
108 108
    @value.setter
109 109
    def value(self, config_file):

Also available in: Unified diff