Comment 1 for bug 645857

Revision history for this message
Ian Booth (wallyworld) wrote :

There was also another one:

@@ -536,7 +536,7 @@
                 if trailing is not None:
                     target_url = urlappend(target_url, trailing)

- except (NoLinkedBranch) as e:
+ except (NoLinkedBranch), e:
                 # a valid ICanHasLinkedBranch target exists but there's no
                 # branch or it's not visible