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/