From 80a20361ba183036b8a6d014379f068c829528fc Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 2 Dec 2017 06:27:18 +0100 Subject: [PATCH] Fix typo Signed-off-by: Clifford Wolf Signed-off-by: Tim 'mithro' Ansell --- htmlgen/htmlgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlgen/htmlgen.py b/htmlgen/htmlgen.py index 0ebc6211..4e4184c4 100644 --- a/htmlgen/htmlgen.py +++ b/htmlgen/htmlgen.py @@ -194,7 +194,7 @@ for segtype in sorted(segbits.keys()): print("Writing %s/seg_%s.html." % (os.getenv("XRAY_DATABASE"), segtype)) with open("%s/seg_%s.html" % (os.getenv("XRAY_DATABASE"), segtype), "w") as f: print("X-Ray %s Database: %s" % (os.getenv("XRAY_DATABASE").upper(), segtype.upper()), file=f) - if segtype in ["hclk_l", "hclk-r"]: + if segtype in ["hclk_l", "hclk_r"]: print("

X-Ray %s Database: %s Segment

" % (os.getenv("XRAY_DATABASE").upper(), segtype.upper()), file=f) else: print("

X-Ray %s Database: %s Segment (%s Tile + %s Tile)

" % (os.getenv("XRAY_DATABASE").upper(), segtype.upper(),