Sat, 24 Mar 2018 16:12:08 +0200
Whoops
tools/configcollector.py | file | annotate | diff | comparison | revisions |
--- a/tools/configcollector.py Sat Mar 24 16:11:42 2018 +0200 +++ b/tools/configcollector.py Sat Mar 24 16:12:08 2018 +0200 @@ -44,7 +44,7 @@ ''' if value in('true', 'false'): return 'bool' - elif value.startswith(('"', 'R"') and value.endswith('"'): + elif value.startswith(('"', 'R"')) and value.endswith('"'): return 'QString' try: