commit | 23e6bdf5e8cca1e34ab91ce9e05eb1d546f0ee45 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 24 02:18:54 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 24 02:18:54 2016 +0200 |
tree | 4b22761398df993bf775cc03b2af6f4a9c8a7dbb | |
parent | bbbe1dcd7fbca7f4cc44a9dc0a2df935a47d6516 [diff] [blame] |
test code working
diff --git a/wally/ssh_utils.py b/wally/ssh_utils.py index 9b3c074..c224bf4 100644 --- a/wally/ssh_utils.py +++ b/wally/ssh_utils.py
@@ -47,7 +47,7 @@ uri_reg_exprs.append(templ.format(**re_dct)) -class ConnCreds(yaml.YAMLObject): +class ConnCreds(yaml.YAMLObject): # type: ignore yaml_tag = '!ConnCreds' def __init__(self, host: str, user: str, passwd: str = None, port: str = '22',