jayvdb added a comment. My patch (https://gerrit.wikimedia.org/r/#/c/220409/) allows custom family to take precedence, as `register_families_folder('custom_folder')` will replace existing ones registered earlier from `register_families_folder('pywikibot/families')`.
On two related changes (https://gerrit.wikimedia.org/r/#/c/221119 and https://gerrit.wikimedia.org/r/#/c/221116) we're discussing, among other things, whether it will be useful to have multiple classes in a single module. I suspect this will be simpler for some families. e.g. with https://gerrit.wikimedia.org/r/#/c/219617/, the Wikimedia meta-family becomes much less complicated, and after that patch is another patch (not yet submitted) that defines the `interwiki_forward` rule in one place, which causes most of the Wikimedia families to become only two attributes: `name` and `domain`. TASK DETAIL https://phabricator.wikimedia.org/T103810 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: XZise, Aklapper, Gallaecio, jayvdb, pywikibot-bugs-list, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
