diff options
| author | Andy Grover <agrover@redhat.com> | 2011-11-28 17:06:11 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2011-12-06 17:46:44 -0800 |
| commit | 3cf182eba3a129cb45f19c392c7dc21682e1d7eb (patch) | |
| tree | c2b0fb641ed93a8d571a8f2e4629229b8503d66f /targetcli/ui_root.py | |
| parent | 2dcc7129bf2fac193d51dffbfe464e685d56029b (diff) | |
| download | targetcli-3cf182eba3a129cb45f19c392c7dc21682e1d7eb.tar.gz | |
lesser indent of json
Diffstat (limited to 'targetcli/ui_root.py')
| -rw-r--r-- | targetcli/ui_root.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targetcli/ui_root.py b/targetcli/ui_root.py index 1f820b6..2dd5f8b 100644 --- a/targetcli/ui_root.py +++ b/targetcli/ui_root.py @@ -77,7 +77,7 @@ class UIRoot(UINode): self.assert_root() with open("/savecfg.json", "w+") as f: - f.write(json.dumps(RTSRoot().dump(), sort_keys=True, indent=4)) + f.write(json.dumps(RTSRoot().dump(), sort_keys=True, indent=2)) def ui_command_saveconfig(self): ''' |
