CSIT-1459: Migrate IP libraries from VAT to PAPI
[csit.git] / resources / libraries / python / ssh.py
index e89daf2..3523d57 100644 (file)
@@ -507,6 +507,7 @@ def exec_cmd_no_error(
 
     return stdout, stderr
 
+
 def scp_node(
         node, local_path, remote_path, get=False, timeout=30, disconnect=False):
     """Copy files from local_path to remote_path or vice versa.