mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 04:45:37 +08:00
Fix python onboard_log_transform to not print trailing whitespace on log lines
This commit is contained in:
@@ -106,6 +106,7 @@ class OnboardLogTransformTool():
|
||||
if (field_offset + 1 >= len(data_fields)):
|
||||
break
|
||||
|
||||
sys.stdout.softspace=0
|
||||
print ""
|
||||
|
||||
def Run(self, logfile):
|
||||
|
||||
Reference in New Issue
Block a user