From a75db24b670b737e2c7d9db507a9cb7ab057eeda Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 31 Aug 2015 18:21:04 -0400 Subject: [PATCH] Update repository_tool.py Fix typographical error. --- tuf/repository_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/repository_tool.py b/tuf/repository_tool.py index 229559ec..ec90046c 100755 --- a/tuf/repository_tool.py +++ b/tuf/repository_tool.py @@ -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)