mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix Python3 distribcell test for #402
This commit is contained in:
parent
e610f0147d
commit
e05c1e4074
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue