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 ac706f7 commit f7f15b2Copy full SHA for f7f15b2
splunklib/client.py
@@ -230,8 +230,7 @@ def _load_sid(response, output_mode):
230
if output_mode == "json":
231
json_obj = json.loads(response.body.read())
232
return json_obj.get('sid')
233
- else:
234
- return _load_atom(response).response.sid
+ return _load_atom(response).response.sid
235
236
237
# Parse the given atom entry record into a generic entity state record
0 commit comments