Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
79fcdfbf29
|
@@ -19,6 +19,9 @@ Those can be installed using pip and the _requirements.txt_ file provided with t
|
|||||||
|
|
||||||
Versions
|
Versions
|
||||||
--------
|
--------
|
||||||
|
* v1.2.3
|
||||||
|
- Fix errors resulting from pywikibot.exception.NoMoveTarget renamed to NoMoveTargetError
|
||||||
|
|
||||||
* v1.2.2
|
* v1.2.2
|
||||||
- Fix removed pywikibot config property db_hostname
|
- Fix removed pywikibot config property db_hostname
|
||||||
|
|
||||||
|
|||||||
@@ -606,7 +606,7 @@ class RedFamWorker( RedFam ):
|
|||||||
if not page.exists():
|
if not page.exists():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
except pywikibot.exceptions.NoMoveTarget:
|
except pywikibot.exceptions.NoMoveTargetError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Exclude Users & User Talkpage
|
# Exclude Users & User Talkpage
|
||||||
|
|||||||
Reference in New Issue
Block a user