571
571
def set_user_option(self, option, value, store=STORE_LOCATION):
572
572
"""Save option and its value in the configuration."""
574
574
STORE_LOCATION_NORECURSE,
576
578
# FIXME: RBC 20051029 This should refresh the parser and also take a
577
579
# file lock on locations.conf.
578
580
conf_dir = os.path.dirname(self._get_filename())