We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e205a7 commit 48b7b6bCopy full SHA for 48b7b6b
nipype/utils/provenance.py
@@ -82,7 +82,7 @@ def get_hashval(inputdict, skip=None):
82
val = val.value
83
dict_nofilename[outname] = _get_sorteddict(val)
84
dict_withhash[outname] = _get_sorteddict(val, True)
85
- return (dict_withhash, md5(str(dict_nofilename)).hexdigest())
+ return (dict_withhash, md5(dict_nofilename.encode()).hexdigest())
86
87
88
def _get_sorteddict(object, dictwithhash=False):
0 commit comments