Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseEntity: remote property was not usable. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 13, 2018

  1. BaseEntity: remote property was not usable.

    Before, we could set a remote property (Boolean) but it was rewriten
    in BaseEntity's inherits_from with the result of a comparison of a
    Boolean and a NoneType. Thus, we could only set remote to True, because
    'False or None' evaluates to None, which is the default value.
    
    Now, we can set the remote property to False and use the functionality
    it unveils within ClusterShell.
    fihuer committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    5f86ae1 View commit details
    Browse the repository at this point in the history