[SCM] morituri/master: fix another pychecker warning that was actually pointing out a bug

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:14 UTC 2014


The following commit has been merged in the master branch:
commit ff4e01fca3acb192b2935b94bc09bc12006f247e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 23 15:54:52 2013 -0500

    fix another pychecker warning that was actually pointing out a bug

diff --git a/morituri/rip/debug.py b/morituri/rip/debug.py
index 47aa230..678e64b 100644
--- a/morituri/rip/debug.py
+++ b/morituri/rip/debug.py
@@ -126,7 +126,7 @@ class Checksum(logcommand.LogCommand):
         from morituri.common import checksum
 
         for arg in args:
-            fromPath = unicode(args[0])
+            fromPath = unicode(arg)
 
             checksumtask = checksum.CRC32Task(fromPath)
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list