jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/467410 )
Change subject: [doc] Update README-conversion.txt ...................................................................... [doc] Update README-conversion.txt - update compat2core call; the maintenance path is added by pwb.py - calling removeImage or replaceImage doesn't show a warning message but raise a NotImplementedError exception. Change-Id: I621bdfa5a9865660f1b50e012d02361a08197065 --- M README-conversion.txt 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified diff --git a/README-conversion.txt b/README-conversion.txt index 9618a07..1026cfa 100644 --- a/README-conversion.txt +++ b/README-conversion.txt @@ -40,7 +40,7 @@ There is a helper script which does a lot of changes automatically. Just call it: -pwb.py maintenance/compat2core [<script to convert>] +pwb.py compat2core [<script to convert>] and follow the instructions and hints. == Python libraries == @@ -83,7 +83,7 @@ work (but these methods don't appear to be used anywhere in the code distributed with the bot framework). The functionality of the two obsolete methods is easily replaced by using standard search-and-replace techniques. -If you call them, they will print a warning and do nothing else: +If you call them, they will raise an NotImplementedError exception: - removeImage() - replaceImage() -- To view, visit https://gerrit.wikimedia.org/r/467410 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I621bdfa5a9865660f1b50e012d02361a08197065 Gerrit-Change-Number: 467410 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Framawiki <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75) Gerrit-CC: D3r1ck01 <[email protected]>
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
