alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Update the help and `Batch` model constructor fix #62

Closed WilliamMcCumstie closed 6 years ago

WilliamMcCumstie commented 6 years ago

This PR mostly updates the CLI help and fixes #46.

It also fixes a bug when a Batch model is loaded from the db, it skips the model initialisation. This is because the SQLAlchemy does not call the __init__ method. Instead, a constructor has to be used instead.