Comment 1 for bug 1437992

Revision history for this message
Eli Qiao (taget-9) wrote :

by checking code, we pass overwrite=False

                self._walk_through_policy_directory(path,
                                                    self._load_policy_file,
                                                    force_reload, False)

so _load_policy_file will reload the policy every time.