Revision 5fdccdec kamaki/cli/commands/__init__.py

b/kamaki/cli/commands/__init__.py
49 49
        except KeyError:
50 50
            pass
51 51

  
52
    def _update_low_level_log(self):
53
        if hasattr(self, 'client'):
54
            self.client.LOG_TOKEN, self.client.LOG_DATA = (
55
                self['config'].get('global', 'log_token') == 'on',
56
                self['config'].get('global', 'log_data') == 'on')
57

  
52 58
    def _safe_progress_bar(self, msg, arg='progress_bar'):
53 59
        """Try to get a progress bar, but do not raise errors"""
54 60
        try:

Also available in: Unified diff