Skip to content
Snippets Groups Projects
Commit 1b9f2d0a authored by Edward Fauchon-Jones's avatar Edward Fauchon-Jones
Browse files

Change Sim attribute dump field key hash->sha256

parent 677c506d
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,6 @@ class Sim(File):
# Add hash as id for simulation
sha = hashlib.sha256(open(self.filename, 'rb').read()).hexdigest()
attrs.append(("hash", sha))
attrs.append(("sha256", sha))
return OrderedDict(attrs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment