fix deprecation warning for mediawiki update script #134

Merged
vegardbm merged 1 commits from mediawiki-update-script-warnings into main 2026-05-09 20:40:15 +02:00
Owner

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

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
vegardbm added 1 commit 2026-05-09 20:37:18 +02:00
fix deprecation warning for mediawiki update script
Eval nix flake / evals (push) Successful in 5m46s
Eval nix flake / evals (pull_request) Successful in 4m43s
40b52b881e
vegardbm merged commit 2fcaf5893f into main 2026-05-09 20:40:15 +02:00
vegardbm deleted branch mediawiki-update-script-warnings 2026-05-09 20:40:15 +02:00
Owner

ooooooh.jpg

![ooooooh.jpg](/attachments/3b7886da-2e49-472a-97a1-169b799b1d4b)
First-time contributor

still important to me

still important to me
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drift/pvv-nixos-config#134