Results 1 issues of Rachel

This can be easily seen by with following simple test (and can be stepped through with pdb): ``` import drmaa def main(): session = drmaa.Session() session.initialize() job_template = session.createJobTemplate() args...