From 2c970a7aec8d25dcd687549d96add777003049c6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 21 May 2008 00:10:54 +0100 Subject: [PATCH] whitespace fail, also ignore pyc files --- .bzrignore | 1 + terminatorconfig.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .bzrignore diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/.bzrignore @@ -0,0 +1 @@ +*.pyc diff --git a/terminatorconfig.py b/terminatorconfig.py index e056c952..e6e4950a 100755 --- a/terminatorconfig.py +++ b/terminatorconfig.py @@ -212,7 +212,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): value = None dbg (' VSGConf: preparing: %s/%s'%(self.profile, key)) - + # FIXME: Ugly special cases we should look to fix in some other way. if key == 'font' and self.use_system_font: value = self.client.get ('/desktop/gnome/interface/monospace_font_name')