YeoLab / gscripts

General Use Scripts and Helper functions
MIT License
17 stars 18 forks source link

Add visible default arguments to qtools.Submitter #29

Open olgabot opened 10 years ago

olgabot commented 10 years ago

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.