[SCM] morituri/master: fix

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:48 UTC 2014


The following commit has been merged in the master branch:
commit a4f92658dab97a4dfce3028bab68d64e4d9e0236
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Apr 20 23:09:05 2009 +0000

    fix

diff --git a/examples/trm.py b/examples/trm.py
index 3b34c2e..fcad93e 100644
--- a/examples/trm.py
+++ b/examples/trm.py
@@ -85,7 +85,7 @@ def main(argv):
     function(runner, mtask)
 
     print
-    for trmtask in mtask:
+    for trmtask in mtask.tasks:
         print trmtask.trm
 
 main(sys.argv)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list