fix spacing lint error

This commit is contained in:
Christian McHugh 2016-05-31 13:23:43 -05:00 committed by rallytime
parent 8c1defc710
commit 38414493bf

View file

@ -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: