From e6135e20aa7c86bcb0639cc4d13b5845123bb6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 10 Jun 2008 01:40:10 +0200 Subject: Fixed the default handling --- portato/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/session.py') diff --git a/portato/session.py b/portato/session.py index e03f663..56f0af8 100644 --- a/portato/session.py +++ b/portato/session.py @@ -75,7 +75,7 @@ class Session (object): else: debug("Loading %s with values %s.", options, loaded) lfn(*loaded) - return + continue if default: debug("Loading %s with defaults %s.", options, default) -- cgit v1.2.3