mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix lint
This commit is contained in:
parent
93a182d9ea
commit
56e43c8f88
@ -221,7 +221,7 @@ def returner(ret):
|
||||
host = _options.get('host')
|
||||
port = _options.get('port')
|
||||
skip = _options.get('skip')
|
||||
metric_base_pattern = options.get('carbon.metric_base_pattern')
|
||||
metric_base_pattern = _options.get('carbon.metric_base_pattern')
|
||||
if 'mode' in _options:
|
||||
mode = _options.get('mode').lower()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user