Use Fast version of AccurateRipChecksumTask

There are still some changes required to make whipper handle ARv2 checksums,
currently doesn't call the Task for a V2 checksum. V1 should keep working as-is.
This commit is contained in:
Merlijn Wajer
2016-07-23 13:58:19 +02:00
parent 9ae279c811
commit bce359f9d5
3 changed files with 9 additions and 5 deletions

View File

@@ -715,6 +715,7 @@ class Program(log.Loggable):
else:
trackResult.ARDBCRC = int(response.checksums[i], 16)
# TODO MW: Update this further for ARv2 code
def getAccurateRipResults(self):
"""
@rtype: list of str