Roundup Tracker - Issues

Message4954

Author r.david.murray
Recipients ber, r.david.murray
Date 2013-11-25.17:29:41
Message-id <1385400581.62.0.0303861755222.issue2550823@psf.upfronthosting.co.za>
In-reply-to
Yes.  I had a 'create' auditor that did:

   users = db.category.get(category, 'add_as_nosy')

and the 'category' variable was None when the issue was first created
via the email interface.  So the error message I got in response to the
email was just that None was an unknown category variable, but without
the traceback I had no idea what code was trying to look up None.

I presume you would get the same kind of error if you try to look up
None on any existing property, such as 'priority', in a create auditor.
History
Date User Action Args
2013-11-25 17:29:41r.david.murraysetmessageid: <1385400581.62.0.0303861755222.issue2550823@psf.upfronthosting.co.za>
2013-11-25 17:29:41r.david.murraysetrecipients: + r.david.murray, ber
2013-11-25 17:29:41r.david.murraylinkissue2550823 messages
2013-11-25 17:29:41r.david.murraycreate