aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/dbbase.py')
-rw-r--r--layman/dbbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/dbbase.py b/layman/dbbase.py
index 8b25fcd..9a8ba3f 100644
--- a/layman/dbbase.py
+++ b/layman/dbbase.py
@@ -219,7 +219,7 @@ class DbBase(object):
db_type = 'xml_db'
db_ctl = self._get_dbctl(db_type)
- db_ctl.read_db(path, text=text)
+ return db_ctl.read_db(path, text=text)
def write(self, path, remove=False, migrate_type=None):