item -> value

This commit is contained in:
meejah 2019-04-09 11:33:31 -06:00
parent f0a9240f5f
commit 11993a230b

View File

@ -326,7 +326,7 @@ class _Config(object):
Set a config options in a section and re-write the tahoe.cfg file
"""
if option.endswith(".furl") and self._contains_unescaped_hash(value):
raise UnescapedHashError(section, option, item)
raise UnescapedHashError(section, option, value)
try:
self.config.add_section(section)