Closed plaplant closed 4 years ago
When transferring directories using Globus, the recursive flag of the add_data method must be set to True, or the transfer errors. However, for files, this flag must be False. This PR ensures the flag is set properly.
recursive
add_data
True
False
When transferring directories using Globus, the
recursive
flag of theadd_data
method must be set toTrue
, or the transfer errors. However, for files, this flag must beFalse
. This PR ensures the flag is set properly.