Skip to content
Snippets Groups Projects
Commit afd7f829 authored by Mr. Dmitry Makovey's avatar Mr. Dmitry Makovey
Browse files

format dump output

parent ba81608e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ except ImportError: ...@@ -10,7 +10,7 @@ except ImportError:
def dump(ml): def dump(ml):
print json.dumps(dict(ml.settings)) print json.dumps(dict(ml.settings), indent=2)
def set_value(ml, setting, value): def set_value(ml, setting, value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment