Mpaa added a comment.

Can we add some debug output, in case it will happen again? I cannot reproduce 
it.

  $ python tests/archivebot_tests.py
  tests: max_retries reduced from 25 to 1
  .x.........................x.........x.......
  Ran 45 tests in 141.523s
  
  OK (expected failures=3)

Something like:

  try:
      self.assertIsInstance(thread.content, basestring)
  except AssertionError as e:
      pywikibot.output('code %s: %s' % (thread.code, thread.content))
      raise(e)




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

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

To: Mpaa
Cc: XZise, Mpaa, Xqt, jayvdb, Ricordisamoa, pywikibot-bugs-list, Ladsgroup



_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to