Skip to content

Commit

Permalink
Changed default return value from initial dict
Browse files Browse the repository at this point in the history
  • Loading branch information
ar4s committed Mar 21, 2016
1 parent b453620 commit 759b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/dashboards/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def keyfunc(x):
))

self.initial['params'] = json.dumps(
self.initial.get('params', '{}'),
self.initial.get('params', {}),
indent=4
)

Expand Down

0 comments on commit 759b060

Please sign in to comment.