[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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.