mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix spacing lint error
This commit is contained in:
parent
8c1defc710
commit
38414493bf
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ def start(token,
|
|||
# Translate target=<http://host.domain.net|host.domain.net>
|
||||
# to target=host.domain.net
|
||||
cmdlist = []
|
||||
for cmditem in cmdline:
|
||||
for cmditem in cmdline:
|
||||
pattern = r'(?P<begin>.*)(<.*\|)(?P<url>.*)(>)(?P<remainder>.*)'
|
||||
m = re.match(pattern, cmditem)
|
||||
if m:
|
||||
|
|
Loading…
Add table
Reference in a new issue