Skip to content

Commit eecf6d8

Browse files
committed
Merge branch 'feat-permissions-classes' of https://github.com/appwrite/sdk-generator into feat-tests-for-helper-classes
2 parents ffdbf4b + a722966 commit eecf6d8

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)