Skip to content
Snippets Groups Projects
Commit 6a4d517c authored by Lukas Müller's avatar Lukas Müller
Browse files

Removed indent from JSON file generation (for smaller files)

Former-commit-id: d748a9d3371ef9afa3a9ec531a0a4c8f448dd9ce
parent 2aa2f6b2
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ def test_attr_cond(attr_value, operator, test_value):
return True if attr_value in test_value else False
def export_as_json(data, filename, indent=4, sort_keys=True, cwd=None):
def export_as_json(data, filename, indent=None, sort_keys=True, cwd=None):
"""
Function to export a data object to a json file.
......
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