@ -902,7 +902,7 @@ class Gateway():
ssh = self.get_ssh(self.verbose)
else:
tn = self.get_telnet(self.verbose)
if (msg):
if msg:
print(msg)
cmdlist = [ ]
if isinstance(command, str):