From 6685106306550c6bf2ad68887efc1d075a6f72eb Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Fri, 17 Jun 2016 16:40:08 -0700 Subject: [PATCH] pylint: fix indentation in manifest_xml This fixes pylint warning: ************* Module manifest_xml W:975, 0: Bad indentation. Found 8 spaces, expected 6 (bad-indentation) Change-Id: I967212f9439430351836ebdc27e442d7b77476e2 Signed-off-by: Stefan Beller --- manifest_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest_xml.py b/manifest_xml.py index bc4d8c40..295493de 100644 --- a/manifest_xml.py +++ b/manifest_xml.py @@ -972,5 +972,5 @@ class GitcManifest(XmlManifest): def _output_manifest_project_extras(self, p, e): """Output GITC Specific Project attributes""" if p.old_revision: - e.setAttribute('old-revision', str(p.old_revision)) + e.setAttribute('old-revision', str(p.old_revision))