From 399eee729240a0b2aeb16a27594b6c141ca1d6e1 Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Fri, 30 May 2008 15:09:19 -0700 Subject: Whoops. "ht" -> "hd". --- test-markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-markdown.py') diff --git a/test-markdown.py b/test-markdown.py index 3aed325..e3997a4 100644 --- a/test-markdown.py +++ b/test-markdown.py @@ -212,7 +212,7 @@ def testDirectory(dir, measure_time=False, safe_mode=False) : try : hd = difflib.HtmlDiff() except: - ht = None + hd = None htmlDiffFilePath = os.path.join(TMP_DIR, os.path.split(dir)[-1]) + ".html" htmlDiffFile = codecs.open(htmlDiffFilePath, "w", encoding=encoding) -- cgit v1.2.3