[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] FYI: HTCondor transfer plugins for box, gdrive, onedrive broken in Condor 25.1.0
- Date: Tue, 7 Oct 2025 11:00:25 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] FYI: HTCondor transfer plugins for box, gdrive, onedrive broken in Condor 25.1.0
Dear Condorants,
The python data transfer plugins shipped with condor-25.1.0 do not
work
(and are not posted in HasFileTransferPluginMethods), because they
still use the old Python bindings.
Changing:
import classad
To:
import classad2 as classad
solves that issue. I didn't check if this is already solved in the
release-of-the-day, sorry.
Greetings, Bert.
Hi Bert,
Thanks for the report! We are on it, should be fixed up next
week.
Just FYI, the developer ticket about this is at :
https://opensciencegrid.atlassian.net/browse/HTCONDOR-3317
regards,
Todd