mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixing lint error
This commit is contained in:
parent
68fef7a976
commit
49becde5ea
@ -151,7 +151,7 @@ def present(
|
|||||||
# Example: https://user:****@my.endpoiint.com/foo/bar
|
# Example: https://user:****@my.endpoiint.com/foo/bar
|
||||||
_endpoint = subscription['endpoint']
|
_endpoint = subscription['endpoint']
|
||||||
matches = re.search(
|
matches = re.search(
|
||||||
'https://(?P<user>\w+):(?P<pass>\w+)@',
|
r'https://(?P<user>\w+):(?P<pass>\w+)@',
|
||||||
_endpoint)
|
_endpoint)
|
||||||
|
|
||||||
# We are using https and have auth creds - the password will be starred out,
|
# We are using https and have auth creds - the password will be starred out,
|
||||||
|
Loading…
Reference in New Issue
Block a user