/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to annotate/config.py

  • Committer: Jelmer Vernooij
  • Date: 2011-06-17 12:54:05 UTC
  • Revision ID: jelmer@samba.org-20110617125405-tvlwzbwwvjxx1bd6
Ensure directory exists before writing configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        return False
91
91
 
92
92
    def _write(self, *args):
 
93
        config.ensure_config_dir_exists()
93
94
        self.write()
94
 
 
95
95
        return False
96
96