We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4b3c9 commit e03a071Copy full SHA for e03a071
tests/test_ssh_path.py
@@ -62,7 +62,7 @@ def get_ip():
62
# ssh_password="12345678", server_name="test")
63
# localhost = get_ip()
64
localhost = subprocess.run(["curl", "ifconfig.me"],
65
- capture_output=True,
+ stdout=subprocess.PIPE, # python 3.6
66
encoding="utf-8").stdout.strip()
67
user = getpass.getuser()
68
Connection.add_hosts({
0 commit comments