Fix pwb.exception.NoMoveTargetError renamed
This commit is contained in:
@@ -606,7 +606,7 @@ class RedFamWorker( RedFam ):
|
||||
if not page.exists():
|
||||
continue
|
||||
|
||||
except pywikibot.exceptions.NoMoveTarget:
|
||||
except pywikibot.exceptions.NoMoveTargetError:
|
||||
pass
|
||||
|
||||
# Exclude Users & User Talkpage
|
||||
|
||||
Reference in New Issue
Block a user