fix deprecation warning for mediawiki update script #134
Reference in New Issue
Block a user
Delete Branch "mediawiki-update-script-warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a deprication warning:
pvv-nixos-config/packages/mediawiki-extensions/update-mediawiki-extensions.py:86: DeprecationWarning: Call to deprecated method findChild. (Replaced by find) -- Deprecated since version 3.0.0.findChild seems to pretty much be an alias for find, so just replacing the one instance of findChild with find resolves the issue.
closes Drift/issues#262
still important to me