mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix linter issues
This commit is contained in:
parent
4c457c9afb
commit
0a3d95fa18
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ def list_keys(hive, key=None, use_32bit_registry=False):
|
|||
else:
|
||||
subkeys.append(subkey)
|
||||
|
||||
|
||||
except Exception: # pylint: disable=E0602
|
||||
log.debug(r'Cannot find key: %s\%s', hive, key, exc_info=True)
|
||||
return False, r'Cannot find key: {0}\{1}'.format(hive, key)
|
||||
|
|
Loading…
Add table
Reference in a new issue