diff --git a/tsshbatch.py b/tsshbatch.py index cdba0d2..06d9c1c 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -20,7 +20,7 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.199 2014/12/04 22:23:02 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.200 2014/12/04 22:32:01 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" PROGDATE = "2011-2014" @@ -570,10 +570,6 @@ if status: raise - # Replace newlines with spaces - else: - val = val.replace("\n", " ") - except: PrintReport([PROGNAME, eBADEXEC % origval], HANDLER=PrintStderr)