aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/launchpad/get-blueprints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/launchpad/get-blueprints.py b/tools/launchpad/get-blueprints.py
index 545d14d..18b024c 100755
--- a/tools/launchpad/get-blueprints.py
+++ b/tools/launchpad/get-blueprints.py
@@ -72,6 +72,6 @@ if __name__ == '__main__':
parse_meta_item(l, outfile)
print "\n"
- outfile.write(" ||\n")
+ outfile.write(" %s ||\n" % bp.implementation_status)
outfile.close()