Fix python onboard_log_transform to not print trailing whitespace on log lines

This commit is contained in:
Allen Ibara
2009-10-02 16:15:42 +00:00
parent 8e413fa652
commit b6fc35a583
@@ -106,6 +106,7 @@ class OnboardLogTransformTool():
if (field_offset + 1 >= len(data_fields)):
break
sys.stdout.softspace=0
print ""
def Run(self, logfile):