From d5416799baad06aa1dd1f0f5c7214b0e8eb60de4 Mon Sep 17 00:00:00 2001 From: Dmytro Melnykov Date: Wed, 21 Apr 2021 13:35:44 +0000 Subject: [PATCH] add --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 1ed94019..df0b08c3 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -77,7 +77,7 @@ help="Use a specific setuptools version") parser.add_option("--setuptools-to-dir", default=eggsdir, - help=("Allow for re-use of existing directory") + help="Allow for re-use of existing directory") parser.add_option("--trusted-host", default='repo-staging.dc.prozorro.gov.ua') parser.add_option("-v")