mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
parameters: remove indentation from json output
Reduces parameters.json.xz by ~3KB on v5x.
This commit is contained in:
@@ -140,7 +140,7 @@ class JsonOutput():
|
||||
|
||||
|
||||
#Json string output.
|
||||
self.output = json.dumps(all_json, indent=2, sort_keys=True)
|
||||
self.output = json.dumps(all_json, sort_keys=True)
|
||||
|
||||
|
||||
def Save(self, filename):
|
||||
|
||||
Reference in New Issue
Block a user