milkcheck icon indicating copy to clipboard operation
milkcheck copied to clipboard

BaseEntity: remote property was not usable.

Open fihuer opened this issue 7 years ago • 0 comments

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 avatar Feb 13 '18 08:02 fihuer