XZise added a comment. Ah shoot. I might have an explanation why it stopped working for you. In https://phabricator.wikimedia.org/rPWBC3ac18802118fb678ed8c2bf214d1e86ce1c1af6e I moved loading the file into a function and so my guess is that when you define `fixes` like you did, that it becomes a function local variable. I guess adding `global fixes` above the `try` would fix this problem properly. (Unless we want to say that it shouldn't be allowed)
TASK DETAIL https://phabricator.wikimedia.org/T112102 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: Malafaya, Aklapper, pywikibot-bugs-list, Beta16, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
