mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint
This commit is contained in:
parent
93a182d9ea
commit
56e43c8f88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue