forgot these

This commit is contained in:
Bernardo Damele
2012-12-19 14:12:45 +00:00
parent cefb03c835
commit 3be90c97aa
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ def action():
# File system options
if conf.rFile:
conf.dumper.rFile(conf.rFile, conf.dbmsHandler.readFile(conf.rFile))
conf.dumper.rFile(conf.dbmsHandler.readFile(conf.rFile))
if conf.wFile:
conf.dbmsHandler.writeFile(conf.wFile, conf.dFile, conf.wFileType)