mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Resolve remaining Pylint warnings for roledb.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
de0f2b92ed
commit
de4cfa3e88
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ def get_role_keyids(rolename, repository_name='default'):
|
|||
# securesystemslib.exceptions.InvalidNameError.
|
||||
_check_rolename(rolename, repository_name)
|
||||
|
||||
global _roledb_dit
|
||||
global _roledb_dict
|
||||
global _dirty_roles
|
||||
|
||||
roleinfo = _roledb_dict[repository_name][rolename]
|
||||
|
|
|
|||
Loading…
Reference in a new issue