mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove an unused variable
This commit is contained in:
parent
6869ebc557
commit
2c94eb016f
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ def _get_repo_info(alias, repos_cfg=None):
|
|||
if val == 'NONE':
|
||||
ret[key] = None
|
||||
return ret
|
||||
except (ValueError, configparser.NoSectionError) as error:
|
||||
except (ValueError, configparser.NoSectionError):
|
||||
return {}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue