Ezio Melotti <[email protected]> added the comment:
I applied this yesterday but it's sometimes failing with the following error:
File "extensions/pydevutils.py", line 26, in is_triager
return 'Developer' in db.user.get(userid, 'roles')
TypeError: argument of type 'NoneType' is not iterable
Perhaps it would be better implementing the is_triager function in the same way
the is_coordinator function is implemented.
----------
status: resolved -> in-progress
_______________________________________________________
PSF Meta Tracker <[email protected]>
<http://psf.upfronthosting.co.za/roundup/meta/issue654>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
[email protected]
https://mail.python.org/mailman/listinfo/tracker-discuss
Code of Conduct: https://www.python.org/psf/codeofconduct/