fix another pychecker warning that was actually pointing out a bug
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user