jenkins-bot has submitted this change and it was merged.
Change subject: Replace old sf.net bug id with new sf.net bug id ......................................................................
Replace old sf.net bug id with new sf.net bug id
Change-Id: Ia08a67ccfa88d128c6734199b0ef21dc6d242552 --- M pywikibot/interwiki_graph.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/interwiki_graph.py b/pywikibot/interwiki_graph.py index c0037b9..86fe257 100644 --- a/pywikibot/interwiki_graph.py +++ b/pywikibot/interwiki_graph.py @@ -191,8 +191,9 @@ # bugfix for pydot >= 1.0.3 oppositeEdge = oppositeEdge[0] oppositeEdge.set_dir('both') - # workaround for bug [ 1722739 ]: prevent duplicate edges + # workaround for sf.net bug 401: prevent duplicate edges # (it is unclear why duplicate edges occur) + # https://sourceforge.net/p/pywikipediabot/bugs/401/ elif self.graph.get_edge(sourceLabel, targetLabel): pywikibot.output( u'BUG: Tried to create duplicate edge from %s to %s'
pywikibot-commits@lists.wikimedia.org