we take all <database> tags from xml instead of taking all <database> tags contained in <supported_databases>
added a note on this
This commit is contained in:
parent
62ee67c071
commit
01b56919ca
|
@ -388,6 +388,8 @@ class Config:
|
||||||
# 1) command line option
|
# 1) command line option
|
||||||
# or 2) selected="True" in config element
|
# or 2) selected="True" in config element
|
||||||
# or 3) just choose the first we come across
|
# or 3) just choose the first we come across
|
||||||
|
#TODO: do we want to take all <database> tags or all <database> tags contained in <supported_databases>
|
||||||
|
# ..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"):
|
for db_node in doc.getElementsByTagName("database"):
|
||||||
try:
|
try:
|
||||||
db = Database(node = db_node)
|
db = Database(node = db_node)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user