Comment 17 for bug 349072

Revision history for this message
Andrew Ferguson (adferguson) wrote :

Argh, typo. That's what I get for hand-moving patches out of my local tree. :-( Thanks so much for testing!!

In the patch, change:

assert len(Globals.connection) == len(rpaths) + 1

to

assert len(Globals.connections) == len(rpaths) + 1

(connection -> connections)