mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
parameters: remove indentation from json output
Reduces parameters.json.xz by ~3KB on v5x.
This commit is contained in:
parent
03365658d5
commit
8e1dd710a6
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user