aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 12:52:45 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 12:52:45 -0400
commit6c5120e3d1843d34919390757ce96eb12249ed34 (patch)
treedccb84ff71b482cfb7504e788fa3836facfc8bf6 /src/config.py
parenta9774e993f0eeda6e8bb64b50be449a3e1ebc81c (diff)
Update CI + comments
Diffstat (limited to 'src/config.py')
-rwxr-xr-xsrc/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index cc43712..ee0d1f8 100755
--- a/src/config.py
+++ b/src/config.py
@@ -27,6 +27,9 @@ def before_token(token, line):
return(found.group(0)[:-len(token)])
return("")
def sorted_items(d):
+ """
+ Mainly used for integration testing (to keep having deterministic results).
+ """
return(sorted(d.items()))
def no_comment(line):
"""