diff options
| -rw-r--r-- | manifest_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 972 | def _output_manifest_project_extras(self, p, e): | 972 | def _output_manifest_project_extras(self, p, e): |
| 973 | """Output GITC Specific Project attributes""" | 973 | """Output GITC Specific Project attributes""" |
| 974 | if p.old_revision: | 974 | if p.old_revision: |
| 975 | e.setAttribute('old-revision', str(p.old_revision)) | 975 | e.setAttribute('old-revision', str(p.old_revision)) |
| 976 | 976 | ||
