Comment 12 for bug 425630

Revision history for this message
Severin H (severinh) wrote :

I see that the %s's might indeed be a little confusing in some lines of desktop/apport/lottanzb.py. In fact, it might even be a good idea to change

"%s = %s" % (key, repl)

to

key + " = " + repl

as it seems to look cleaner. Feel free to change whatever you think helps improve readability of the code.