Comment 2 for bug 1269807

Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

And the parser also has to be fixed in order to return product and vendor in the right order:

- r"^(?P<vendor>.*)\s+by\s+(?P<product>.*)$")
+ r"^(?P<product>.*)\s+by\s+(?P<vendor>.*)$")