bd808 added a comment.

  Making the missing envvar error more obvious might be as easy as turning 
things like `os.environ.get('PWB_USERNAME')` into `os.environ['PWB_USERNAME']` 
direct references so that KeyError is raised when the envvars are not present.

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

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

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to