https://bugzilla.wikimedia.org/show_bug.cgi?id=72238

CodeCat <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|PATCH_TO_REVIEW             |NEW

--- Comment #3 from CodeCat <[email protected]> ---
The problem is still occurring, but now in a different piece of code.

  File "Desktop/bot/deleteempty.py", line 13, in <module>
    current.delete(reason="Empty category; recreate when needed", prompt=False)
  File "(redacted)/pywikibot/pywikibot/tools.py", line 529, in wrapper
    return obj(*__args, **__kw)
  File "(redacted)/pywikibot/pywikibot/page.py", line 1489, in delete
    return self.site.deletepage(self, reason)
  File "(redacted)/pywikibot/pywikibot/site.py", line 932, in callee
    return fn(self, *args, **kwargs)
  File "(redacted)/pywikibot/pywikibot/site.py", line 4033, in deletepage
    token = self.tokens['delete']
  File "(redacted)/pywikibot/pywikibot/site.py", line 1294, in __getitem__
    self.load_tokens([key], all=False if user_tokens else None)
  File "(redacted)/pywikibot/pywikibot/site.py", line 1264, in load_tokens
    assert(self.site.logged_in())

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to