Skip to content

Commit de0d56d

Browse files
committed
Update client.py
1 parent 03a0b75 commit de0d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ def acl_update(self, **kwargs):
12351235
saved_search.acl_update(sharing="app", owner="nobody", app="search", **{"perms.read": "admin, nobody"})
12361236
"""
12371237
if "body" not in kwargs:
1238-
kwargs = {"body": {**kwargs}}
1238+
kwargs = {"body": kwargs}
12391239

12401240
if "sharing" not in kwargs["body"]:
12411241
raise ValueError("Required argument 'sharing' is missing.")

0 commit comments

Comments
 (0)