添加2001 b_N上传方法

This commit is contained in:
pengtao 2019-10-15 14:46:12 +08:00
parent a87c754d5d
commit 30413153bd

View File

@ -20,7 +20,7 @@ class SS_Virtual_command:
self.loginName = "root"
self.password = "kingsome2016"
def run_cmd(cmd):
def run_cmd(self, cmd):
import subprocess
msg = "Starting run: %s " % cmd
print("run_cmd {0}".format(msg))