alces-software / adminware

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

Dev/fix encapsulation #174

Closed DavidMarchant closed 5 years ago

DavidMarchant commented 5 years ago

Fixes #170

In order to align ourselves with python standards, methods and variables that have been erroneously started with double underscores to indicate that it is a non-public definition are being updated. They should be single underscored in this case. See the style guide here: https://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables

This should likely be merged through as the last change before the next RC, due to potential for conflicts.