Code review comment for lp:~mabac/svammel/bug-749561-set-series-and-milestone

Revision history for this message
Matthias Klose (doko) wrote :

looks fine.

+ # createBug creates only one bugtask, but addNomination
+ # may add another, so we use the last one.
+ set_bugtask_milestone(bug.bug_tasks[0:2][-1], milestone)

just wondering how robust this is ...

« Back to merge proposal