This commit is contained in:
Jean-Paul Calderone 2020-11-26 10:50:36 -05:00
parent 594f8019d1
commit d81fe54faf

View File

@ -373,7 +373,7 @@ class _Config(object):
def set_config(self, section, option, value):
"""
Set a config options in a section and re-write the tahoe.cfg file
Set a config option in a section and re-write the tahoe.cfg file
"""
if option.endswith(".furl") and "#" in value:
raise UnescapedHashError(section, option, value)