[SCM] morituri/master: break into two lines to separate logger problems from morituri
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Oct 19 20:10:02 UTC 2014
The following commit has been merged in the master branch:
commit d7848cd34c5eb5968a25b51cee8509ab6f15fa0a
Author: Velo Superman <supermanvelo at gmail.com>
Date: Fri Mar 1 19:32:15 2013 +0100
break into two lines to separate logger problems from morituri
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 5c49d86..5baf0e6 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -698,7 +698,8 @@ class Program(log.Loggable):
def writeLog(self, discName, logger):
logPath = '%s.log' % discName
handle = open(logPath, 'w')
- handle.write(logger.log(self.result).encode('utf-8'))
+ log = logger.log(self.result)
+ handle.write(log.encode('utf-8'))
handle.close()
self.logPath = logPath
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list