]> mj.ucw.cz Git - moe.git/commitdiff
Minor fix config dumping
authorTomas Gavenciak <gavento@ucw.cz>
Sat, 18 Sep 2010 07:40:56 +0000 (09:40 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Sat, 18 Sep 2010 07:40:56 +0000 (09:40 +0200)
t/moe/eval.py

index 19ad6ba7de2218ca5b7f26c4c78b9127656eb717..46dff8471319f62e00d19077df8773215c211e90 100644 (file)
@@ -81,7 +81,7 @@ class Eval:
        "Dumps config at level DDEBUG (only compiles the dump if main level is low enough)."
        if self.log.level <= 5:
            self.log.ddebug('****** Config dump: ******')
-           self.log.ddebug(self.config.dump('**** '))
+           self.log.ddebug('\n'.join(self.config.dump('** ')))
            self.log.ddebug('**************************')
 
     def debug_dump_pipe(self, pipe):