# HG changeset patch # User Teemu Piippo # Date 1521900728 -7200 # Node ID 1152c9fefa3e69c01d87e28175ddc3fac68d9cad # Parent d4f71a6b9e4022227c45b076ae1545d8ee0cdea2 Whoops diff -r d4f71a6b9e40 -r 1152c9fefa3e tools/configcollector.py --- 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: