aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-markdown.py')
-rw-r--r--test-markdown.py2
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)