From: martin@piware.de <> Date: Wed, 25 Nov 2009 18:17:55 +0000 (+0100) Subject: workitems.py: Fix parsing X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=9beac2ae9bb2a1a83b10b67390e228688346d310 workitems.py: Fix parsing --- diff --git a/workitems.py b/workitems.py index dea7768..aa21e65 100755 --- a/workitems.py +++ b/workitems.py @@ -135,7 +135,7 @@ def get_blueprint_workitems(blueprint_url): if '

' in l: end = True - l = l.replace('
', '').replace('', '').replace('

', '').strip() + l = l.replace('
', '').replace('', '').replace('

', '').replace('', '').strip() if not l: break