From e31baf7d9febe8dd461658bae478ff1a9883092c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 18 Jun 2010 10:31:57 +0200 Subject: [PATCH] clean html output --- module-tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index e0cf8380..14708525 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1273,7 +1273,8 @@ Branches: for module in modules: if len(args)>1 and mode not in Main.silent_modes: - print '========================================',module.friendly_name() + if not options.www: + print '========================================',module.friendly_name() # call the method called do_ method=Module.__dict__["do_%s"%mode] try: -- 2.47.0