diff options
-rw-r--r-- | tests/try_execfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/try_execfile.py b/tests/try_execfile.py index 1035dff9..314ffae0 100644 --- a/tests/try_execfile.py +++ b/tests/try_execfile.py @@ -68,4 +68,4 @@ globals_to_check = { 'path': cleaned_sys_path, } -print(json.dumps(globals_to_check)) +print(json.dumps(globals_to_check, indent=4, sort_keys=True)) |