Skip to content

Commit b2ec687

Browse files
Update util.py
1 parent 431119e commit b2ec687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisgraph/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def quote_string(v):
2727

2828
v = v.replace('"', '\\"')
2929

30-
return '"' + v + '"'
30+
return '"{}"'.format(v)

0 commit comments

Comments
 (0)