HERA-Team / librarian

The HERA Librarian.
BSD 2-Clause "Simplified" License
6 stars 11 forks source link

Fix handling of directories in globus #72

Closed plaplant closed 4 years ago

plaplant commented 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.