From 07e99cb77406e1bc84606f49b743e41b0de8a6d5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 14 Jan 2001 23:47:14 +0000 Subject: Whitespace normalization. --- Lib/htmllib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/htmllib.py') diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 9cf962cb38..cae9ae5eaf 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -411,7 +411,7 @@ def test(args = None): if f is not sys.stdin: f.close() - + if silent: f = formatter.NullFormatter() else: -- cgit v1.2.1