From d6c0daaf4500e832f7cb9830f083c4ed1c1d7666 Mon Sep 17 00:00:00 2001 From: Blake Fitch <blake.fitch@tuebingen.mpg.de> Date: Sun, 30 Jun 2024 15:21:34 +0200 Subject: [PATCH] remove a , --- pymods/irods_utils/irods_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymods/irods_utils/irods_utils.py b/pymods/irods_utils/irods_utils.py index a86b158..2e5d91d 100644 --- a/pymods/irods_utils/irods_utils.py +++ b/pymods/irods_utils/irods_utils.py @@ -355,7 +355,7 @@ def confirmed_put( irods_sesh, file_pathname, new_obj_ipath, metadata_dict=None, + " new_obj_ipath: " + new_obj_ipath + " datatype: " + datatype + " block_size: " + str( block_size ) - + " replace_existing " + str( replace_existing), + + " replace_existing " + str( replace_existing) + " skip_on_zero_len " + str( skip_on_zero_len ) ) # NOTE: this routine uploades the file as a temporary iRODS object. -- GitLab