Commit 2b70e34a authored by Kaivan Kamali's avatar Kaivan Kamali
Browse files

Revised code based on code review

parent 28423d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ class IRODSObjectStore(DiskObjectStore, CloudConfigMixin):
                log.debug("Pushing cache file '%s' of size %s bytes to collection '%s'", source_file, os.path.getsize(source_file), rel_path)

                # Add the source file to the irods collection
                self.session.data_objects.put(source_file, f"{collection_path}/", **options)
                self.session.data_objects.put(source_file, data_object_path, **options)

                end_time = datetime.now()
                log.debug("Pushed cache file '%s' to collection '%s' (%s bytes transfered in %s sec)",