mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint violation
This commit is contained in:
parent
5aac729855
commit
9a325146df
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ def _parse_members(settype, members):
|
|||
def _parse_member(settype, member, strict=False):
|
||||
subtypes = settype.split(':')[1].split(',')
|
||||
|
||||
all_parts = member.split(' ',1)
|
||||
all_parts = member.split(' ', 1)
|
||||
parts = all_parts[0].split(',')
|
||||
|
||||
parsed_member = []
|
||||
|
|
Loading…
Add table
Reference in a new issue