Skip to content

Commit b129a3c

Browse files
committed
TEST: Changed hash
1 parent 249a56c commit b129a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def hash_infile(afile, chunk_len=8192, crypto=hashlib.md5,
230230
Computes hash of a file using 'crypto' module
231231
232232
>>> hash_infile('smri_ants_registration_settings.json')
233-
'49b956387ed8d95a4eb44576fc5103b6'
233+
'f225785dfb0db9032aa5a0e4f2c730ad'
234234
235235
>>> hash_infile('surf01.vtk')
236236
'fdf1cf359b4e346034372cdeb58f9a88'

0 commit comments

Comments
 (0)