Mailing List Archives
Authenticated access
|
|
|
[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
- Date: Tue, 7 Oct 2025 15:42:58 +0200
- From: bert.deknuydt@xxxxxxxxxxxxxxxx
- Subject: [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.