Skip to content

Commit e03a071

Browse files
committed
debug git actions
1 parent fe4b3c9 commit e03a071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ssh_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_ip():
6262
# ssh_password="12345678", server_name="test")
6363
# localhost = get_ip()
6464
localhost = subprocess.run(["curl", "ifconfig.me"],
65-
capture_output=True,
65+
stdout=subprocess.PIPE, # python 3.6
6666
encoding="utf-8").stdout.strip()
6767
user = getpass.getuser()
6868
Connection.add_hosts({

0 commit comments

Comments
 (0)