mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update repository_tool.py
Fix typographical error.
This commit is contained in:
parent
8aa465f69e
commit
a75db24b67
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
except tuf.UnsupportedLibraryError as e: #pragma: no cover
|
||||
message = 'Warning: The repository and developer tools require additional' + \
|
||||
' libraries, which that can be installed as follows:\n $ pip install tuf[tools]'
|
||||
' libraries, which can be installed as follows:\n $ pip install tuf[tools]'
|
||||
logger.warn(message)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue