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.