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 431119e commit b2ec687Copy full SHA for b2ec687
redisgraph/util.py
@@ -27,4 +27,4 @@ def quote_string(v):
27
28
v = v.replace('"', '\\"')
29
30
- return '"' + v + '"'
+ return '"{}"'.format(v)
0 commit comments