macadmins / installapplications

A tool for dynamically using installapplication
Apache License 2.0
286 stars 62 forks source link

generatejson: write retries and retrywait to json #108

Closed rickheil closed 1 year ago

rickheil commented 1 year ago

The initial implementation added argparse handling, but did not actually write out the retries and retrywait values to the JSON blob. This change adds a simple "is not None" test and writes them out if it passes.