From 34bbc45cb8be83167e1a0fbc3f127bf26168fb33 Mon Sep 17 00:00:00 2001 From: fpdb-mme Date: Mon, 2 Nov 2009 09:55:08 +0100 Subject: [PATCH] whitespace --- pyfpdb/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index f2371aa1..5405e84b 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -399,7 +399,7 @@ class Config: self.db_selected = db.db_name self.supported_databases[db.db_name] = db #TODO: if the user may passes '' (empty string) as database name via command line, his choice is ignored - # when we parse the xml we allow for ''. there has to be a decission if to allow '' or not + # ..when we parse the xml we allow for ''. there has to be a decission if to allow '' or not if dbname and dbname in self.supported_databases: self.db_selected = dbname #NOTE: fpdb can not handle the case when no database is defined in xml, so we throw an exception for now