drmaa-python
drmaa-python copied to clipboard
Ignore attributes which are empty strings
When using drmaa with condor I find that aborted jobs often (always?) end up with an empty string in the rusage data structure causing attr.split('=',1) to crash. I'm not sure if this is a bug in the DRMAA implementation I'm using but this works around the issue and shouldn't have any other side effects.