irods / python-irodsclient

A Python API for iRODS
Other
63 stars 73 forks source link

no multiple threads when changing the variable numThreads #164

Open ninousf opened 5 years ago

ninousf commented 5 years ago
with iRODSSession(irods_env_file=irods_env_fpath) as session:
    session.numThreads = 3
    return session.data_objects.put(src_fpath, os.path.normpath(dest_fpath))

i do not see 3 threads unlike the 'iput -N 3' command regards

Xophmeister commented 4 years ago

See also #198