Hello,
I have been using them happily, but today I got a weird run time error.
I am a Submit job, and I schedule it on condor via this:
```
  with schedd.transaction() as txn:
    sub.queue(txn, njobs)
```
The run time error I got was:
```
Traceback (most recent call last):Â Â Â Â Â Â Â Â Â Â Â Â Â Â
  sub.queue(txn, njobs)  Â
RuntimeError: Failed to commmit and disconnect from queue. Â
```
This has happened only ONCE since I have been using python bindings. Does anyone know the possible reason for this?
Thanks.
Sandeep.