Revision 534e7bbb kamaki/cli/argument/__init__.py

b/kamaki/cli/argument/__init__.py
126 126
            k.endswith(suffix))]
127 127

  
128 128
    def get_global(self, option):
129
        return self.value.get_global(option)
129
        return self.value.get('global', option)
130 130

  
131 131
    def get_cloud(self, cloud, option):
132 132
        return self.value.get_cloud(cloud, option)

Also available in: Unified diff