Skip to content

Commit a722966

Browse files
committed
feat: update Query.py
1 parent a0c533e commit a722966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/package/query.py.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ class Query:
3939
if type(value) == str:
4040
return '"{}"'.format(value)
4141
else:
42-
return value
42+
return str(value)

0 commit comments

Comments
 (0)