mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
item -> value
This commit is contained in:
parent
f0a9240f5f
commit
11993a230b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user