https://bugzilla.wikimedia.org/show_bug.cgi?id=45806
--- Comment #14 from Daniel Zahn <[email protected]> --- searching through all of feedparser.py, there are just 3 occurences. sVCards = '' in the beginning, the one we changed and the returning it. for tonight i simply commented line 2161 in feedparser.py # sVCards += u'\n'.join(arLines) + u'\n' as the temporary fix as i figured this is just because a vCard is found in one feed. This way sVCards should simply be returned empty. ( sVCards = ''). and this made the update work for now. We are back to March 14th on https://en.planet.wikimedia.org/ -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
