i'm newish to python and definitely new to the python bindings for
htcondor. I don't understand the return values
(this is all pseudo code)
for job in schedd.xquery(projection=[]):
print(job)
the returned values are something like
[ blah = "blah";
blah = "blah";
blah = "blah"; ]
what i expected was that 'job' would be a dictionary that i could then
iterate or reference into like a normal key/value hash
i looked over the docs and tutorials, but i think i'm missing
something fundamental here
_______________________________________________
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/