Comment 2 for bug 1525811

Revision history for this message
Qiming Teng (tengqim) wrote :

looks like the inputs field was incorrectly parsed as a list?

  A dict.pop() takes a 'key' and an optional 'default' parameter. A list pop() is different.