'''Helpers for handling loadleveller jobfiles/scripts. For lack of a better idea, the job description files of loadleveller are actually executables that output a more verbose yaml parameter file to stdout. Use the taskmaker module to write the input scripts.'''
classJobFileGenError(Exception):
...
...
@@ -19,7 +24,7 @@ class JobFile:
raiseJobFileGenError('Generation script "{}" had a non-zero return code. Treating as error.'.format(filename))