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 2b01ebf commit e9d5c5aCopy full SHA for e9d5c5a
splunklib/binding.py
@@ -154,7 +154,7 @@ def __mod__(self, fields):
154
"""
155
raise TypeError("Cannot interpolate into a UrlEncoded object.")
156
def __repr__(self):
157
- return "UrlEncoded(%s)" % repr(urllib.unquote(self))
+ return "UrlEncoded(%s)" % repr(urllib.unquote(str(self)))
158
159
@contextmanager
160
def _handle_auth_error(msg):
0 commit comments