aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-08-01 14:25:47 -0700
committerkeunyoung <keunyoung@google.com>2013-08-01 14:25:47 -0700
commit8dbbbf8e5043b7c248f825a6ec5cd79ecc4c1525 (patch)
treef3b660464bb8a46e04f3ec26cf6b18a655580bdc /util
parent1a2480fc160bbbdb9ada6555998258c755e631ec (diff)
downloadpdk-8dbbbf8e5043b7c248f825a6ec5cd79ecc4c1525.tar.gz
fix missing last line
Change-Id: Ia47b676ef3cb762b682bd8a6b2f6d7b0602c1288
Diffstat (limited to 'util')
-rwxr-xr-xutil/diff_products.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/diff_products.py b/util/diff_products.py
index 8ba0590..4fcc5a5 100755
--- a/util/diff_products.py
+++ b/util/diff_products.py
@@ -89,6 +89,7 @@ def parseProduct(productPath, productData, overrideProperty = False):
if line_.endswith("\\"):
multiLineBuffer.append(line_[:-1])
else:
+ multiLineBuffer.append(line_)
parseLine(" ".join(multiLineBuffer), productData, productPath)
inMultiLine = False
else: