From a54b7138d76dacf2c8e3ba9b550d7619790a9010 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Fri, 18 Feb 2011 20:10:18 -0800 Subject: fix missed colon --- layman/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/config.py b/layman/config.py index 6c3677c..3abb73c 100644 --- a/layman/config.py +++ b/layman/config.py @@ -166,7 +166,7 @@ class BareConfig(object): if option == 'quietness': self._set_quietness() - def _set_quietness(self, value) + def _set_quietness(self, value): self._option['output'].set_info_level(int(self['quietness'])) self._option['output'].set_warn_level(int(self['quietness'])) -- cgit v1.2.3-1-g7c22