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

remove a ,

parent 622c27e1
No related branches found
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ def confirmed_put( irods_sesh, file_pathname, new_obj_ipath, metadata_dict=None, ...@@ -355,7 +355,7 @@ def confirmed_put( irods_sesh, file_pathname, new_obj_ipath, metadata_dict=None,
+ " new_obj_ipath: " + new_obj_ipath + " new_obj_ipath: " + new_obj_ipath
+ " datatype: " + datatype + " datatype: " + datatype
+ " block_size: " + str( block_size ) + " block_size: " + str( block_size )
+ " replace_existing " + str( replace_existing), + " replace_existing " + str( replace_existing)
+ " skip_on_zero_len " + str( skip_on_zero_len ) ) + " skip_on_zero_len " + str( skip_on_zero_len ) )
# NOTE: this routine uploades the file as a temporary iRODS object. # NOTE: this routine uploades the file as a temporary iRODS object.
......
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