diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 10cd72b0..85aa392b 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -388,6 +388,8 @@ class Config: # 1) command line option # or 2) selected="True" in config element # or 3) just choose the first we come across + #TODO: do we want to take all tags or all tags contained in + # ..this may break stuff for some users. so leave it unchanged for now untill there is a decission for db_node in doc.getElementsByTagName("database"): try: db = Database(node = db_node)