commit | 7022706045bc11e459d8d020709acd8f066f1918 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Nov 26 23:23:21 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Nov 26 23:23:21 2016 +0200 |
tree | a60030c8693e9844ec8cd337a759323b9cfad052 | |
parent | 730846244c0d064aa8df0b66cd26956156a83642 [diff] [blame] |
2.0 is on the way
diff --git a/wally/node_interfaces.py b/wally/node_interfaces.py index e75c2a3..ac83267 100644 --- a/wally/node_interfaces.py +++ b/wally/node_interfaces.py
@@ -54,6 +54,7 @@ class IRPCNode(metaclass=abc.ABCMeta): """Remote filesystem interface""" info = None # type: NodeInfo + conn = None # type: Any @abc.abstractmethod def run(self, cmd: str, timeout: int = 60, nolog: bool = False) -> str: