From: Liu jue Date: Wed, 25 Jun 2014 06:36:03 +0000 (+0800) Subject: Add two blanks to ensure manifest can work X-Git-Tag: 1.0~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b8cf8c0c1a817c09a40806f438864b0b9bd4258;p=services%2Fjenkins-scripts.git Add two blanks to ensure manifest can work Fixes #2006 Change-Id: I4c47af02beaa25f7af7f423b0e5e45c3e19721a8 --- diff --git a/common/manifest.py b/common/manifest.py index 13b2bb9..8902030 100644 --- a/common/manifest.py +++ b/common/manifest.py @@ -29,7 +29,7 @@ HEADER = """ """ -XML_ITEM = """\n""" +XML_ITEM = """ \n""" FOOTER = """""" def gen_repo_manifest(data, fetch_url, review_url):