From 60e0056ad82f0bc43ea4fd0189711a7c184f4245 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 16 Nov 2020 15:02:18 -0500 Subject: [PATCH] don't guide folks to the deprecated config item --- src/allmydata/node.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 04ba2f2fe..7eefbbce0 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -480,8 +480,7 @@ class _Config(object): if tahoe_cfg_introducer_furl == "None": raise ValueError( "tahoe.cfg has invalid 'introducer.furl = None':" - " to disable it, use 'introducer.furl ='" - " or omit the key entirely" + " to disable it omit the key entirely" ) if tahoe_cfg_introducer_furl: warn(