[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



On 10/7/2025 8:42 AM, bert.deknuydt@xxxxxxxxxxxxxxxx wrote:

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