Comment 1 for bug 160960

Revision history for this message
tuna (avtuunainen) wrote :

The syntax looked a bit funny to me, so I tried moving the ')' to the end of line 242 and it started working. like this:
orginal: 'these drivers.'_*_)_*_ % {'os': get_os_name()}
fixed: 'these drivers.' % {'os': get_os_name()}_*_ ) _*_

I have no idea if it now does what it's supposed to, but, a least it starts.