You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because pathlib.Path objects don't store trailing slashes, the mode of transfer_input_files where you put a trailing slash on a directory to transfer its contents can't be used with HTMap.
The text was updated successfully, but these errors were encountered:
Given #216 , it should be possible to add a transfer_contents_only keyword argument to a TransferPath that captures this behavior. It's not clear to me whether the trailing-slash convention works with non-Condor file transfer. Need to investigate that.
Because
pathlib.Path
objects don't store trailing slashes, the mode oftransfer_input_files
where you put a trailing slash on a directory to transfer its contents can't be used with HTMap.The text was updated successfully, but these errors were encountered: