alces-software / adminware

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

Minor changes to the runner method and database #172

Closed WilliamMcCumstie closed 5 years ago

WilliamMcCumstie commented 5 years ago

This makes a few code readability changes to #168 mainly concerning the error handling. It also moves some additional functionality into the Base database object.

The Base object now plays nicely with string referencing of database tables. This is important as it helps to resolve the circular import of database models.

Overall no functionality has been added/removed in this PR.

WilliamMcCumstie commented 5 years ago

Rebased on develop