We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c533e commit a722966Copy full SHA for a722966
templates/python/package/query.py.twig
@@ -39,4 +39,4 @@ class Query:
39
if type(value) == str:
40
return '"{}"'.format(value)
41
else:
42
- return value
+ return str(value)
0 commit comments