diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-29 15:15:28 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-29 15:15:28 +0300 |
| commit | cf815779506f77f3720dec6ad9821295f7afc389 (patch) | |
| tree | 187a8041aa394cf149d91819ec7e412e4d6ca492 /robusta_krr/formatters | |
| parent | 037cc5e0c4b57fc8a9f27e7933253f964d912e5c (diff) | |
Rename decorator to register_severity_calculator
Diffstat (limited to 'robusta_krr/formatters')
| -rw-r--r-- | robusta_krr/formatters/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/formatters/json.py b/robusta_krr/formatters/json.py index 2c3a51e..dfded37 100644 --- a/robusta_krr/formatters/json.py +++ b/robusta_krr/formatters/json.py @@ -18,4 +18,4 @@ class JSONFormatter(BaseFormatter): :rtype: str """ - return result.json(indent=2) + return result.json(indent=2, models_as_dict=False) |
