summaryrefslogtreecommitdiff
path: root/python/qadmin.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qadmin.py')
-rwxr-xr-xpython/qadmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qadmin.py b/python/qadmin.py
index a777a4ca..6b1e80af 100755
--- a/python/qadmin.py
+++ b/python/qadmin.py
@@ -119,7 +119,7 @@ def unquote_any(typ, s):
ps = [skytools.unquote_ident(p) for p in s.split('.')]
s = '.'.join(ps)
elif typ == 'str' or typ == 'dolq':
- s = skytools.unquote_literal(s, stdstr = True)
+ s = skytools.unquote_literal(s, True)
return s
def normalize_any(typ, s):