added report permissions to txt files
This commit is contained in:
parent
f413621058
commit
9e5221e62b
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ def pprint_doclist(doclist, with_comments = 1):
|
|||
"""
|
||||
from json import dumps
|
||||
|
||||
return dumps(commonify_doclist(doclist, False), indent=1)
|
||||
return dumps(commonify_doclist(doclist, False), indent=1, sort_keys=True)
|
||||
|
||||
def peval_doclist(txt):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue