Comment 1 for bug 556824

Revision history for this message
Marc Tardif (cr3) wrote :

The problem is that the udev_resource script assumes that the property names strictly consist of words (\w):

  multi_pattern = re.compile(r"(?P<key>\w+)=(?P<value>.*)")