fix another pychecker warning that was actually pointing out a bug

This commit is contained in:
Thomas Vander Stichele
2013-11-23 15:54:52 -05:00
parent b379f60c28
commit ff4e01fca3

View File

@@ -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)