From 7c19ec768972cde5602d376f2e16443f291963f0 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 7 Sep 2012 15:50:32 +0200 Subject: [PATCH] syntax errors --- tiramisu/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiramisu/config.py b/tiramisu/config.py index c97fb60..12e23bf 100644 --- a/tiramisu/config.py +++ b/tiramisu/config.py @@ -192,9 +192,9 @@ class Config(object): opt_or_descr.has_properties(): raise PropertiesOptionError("trying to access" " to an option named: {0}".format(name), - opt_or_descr.properties)) + opt_or_descr.properties) if self._cfgimpl_toplevel._cfgimpl_has_properties() and \ - self._cfgimpl_descr.has_properties()): + self._cfgimpl_descr.has_properties(): raise PropertiesOptionError("trying to access" " to an option's group named: {0}" " for option named: {1}".format(