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

Re: [HTCondor-users] python3.6



Hi Larry,

Could you include the code where you make the Submit objects? That's probably where the error is originating, although you don't see it until you actually try to submit the jobs.

Josh Karpel


On Wed, Aug 7, 2019 at 3:18 PM Larry Martell <larry.martell@xxxxxxxxx> wrote:
I have a script that works in python2.7, but when I run it in 3.6 it
fails. The code that fails is here:

     with schedd.transaction() as txn:
       for i, submit in enumerate(submits):
         id = submit.queue(txn)
         id_map[id] = i
         job_ids.append(id)

The error is on the submit.queue:

RuntimeError: transfer_output=output is invalid, must eval to a boolean.
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/