Draco_flavus created this task.
Draco_flavus added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  If not logged in the function returns true.
  
  **What happens?**:
  
  **What should have happened instead?**:
  
  I think the code
  
  if 'anon' in self.userinfo or not self.userinfo.get('id'):
  
  should be replaced with
  
  if 'anon' in self.userinfo or  self.userinfo.get('id'):
  
  If I am wrong, I am sorry to bother you.

TASK DETAIL
  https://phabricator.wikimedia.org/T324430

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Draco_flavus
Cc: Aklapper, pywikibot-bugs-list, #pywikibot-login.py, Draco_flavus, 
PotsdamLamb, Jyoo1011, JohnsonLee01, SHEKH, Dijkstra, Khutuck, Zkhalido, 
Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, Altostratus, 
Avicennasis, mys_721tx, Xqt, jayvdb, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to