diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2008-05-30 15:09:19 -0700 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2008-05-30 15:09:19 -0700 |
commit | 399eee729240a0b2aeb16a27594b6c141ca1d6e1 (patch) | |
tree | 5a97264b690890978b5c1a484066c8d9b95728e9 | |
parent | 3e4c6f30d4f61a5aa74b4fab7f3ec8c93df2b168 (diff) | |
download | markdown-399eee729240a0b2aeb16a27594b6c141ca1d6e1.tar.gz markdown-399eee729240a0b2aeb16a27594b6c141ca1d6e1.tar.bz2 markdown-399eee729240a0b2aeb16a27594b6c141ca1d6e1.zip |
Whoops. "ht" -> "hd".
-rw-r--r-- | test-markdown.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |