Fix Python3 distribcell test for #402

This commit is contained in:
Sterling Harper 2015-06-26 16:10:43 -06:00
parent e610f0147d
commit e05c1e4074

View file

@ -93,7 +93,7 @@ class DistribcellTestHarness(TestHarness):
if i == 2:
sha512 = hashlib.sha512()
sha512.update(outstr)
sha512.update(outstr.encode('utf-8'))
outstr = sha512.hexdigest()
# Write results to a file.