Skip to content
Snippets Groups Projects
Commit 722e6a17 authored by Blake Fitch's avatar Blake Fitch
Browse files

typo

parent 5e586315
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,7 @@ def confirmed_put( irods_sesh, file, new_obj_ipath, metadata_dict=None, datatype ...@@ -296,7 +296,7 @@ def confirmed_put( irods_sesh, file, new_obj_ipath, metadata_dict=None, datatype
if new_obj.checksum != "sha2:{}".format(digest) : if new_obj.checksum != "sha2:{}".format(digest) :
logging.error( "sha256 mismatch on local object vs object found in iRODS." logging.error( "sha256 mismatch on local object vs object found in iRODS."
+ " file " + file + " file " + file
+ " new_obj_path " + new_obj_path ) + " new_obj_ipath " + new_obj_ipath )
# This means we are really trying to upload a different data object to the same archive ipath # This means we are really trying to upload a different data object to the same archive ipath
# Move the old object out of the way and date it. # Move the old object out of the way and date it.
......
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