Whoops

Sat, 24 Mar 2018 16:12:08 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sat, 24 Mar 2018 16:12:08 +0200
changeset 1338
1152c9fefa3e
parent 1337
d4f71a6b9e40
child 1339
1f342d5abc85

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:

mercurial