Currently there are default arguments to gscripts.qtools.Submitter, but they're not documented and are only visible if you read the code because they're all parsed as kwargs. Set all these as defaults, but first write a test to make sure that the script gets written the same.
Currently there are default arguments to
gscripts.qtools.Submitter
, but they're not documented and are only visible if you read the code because they're all parsed askwargs
. Set all these as defaults, but first write a test to make sure that the script gets written the same.