From: Barış Metin Date: Fri, 18 Jun 2010 08:31:57 +0000 (+0200) Subject: clean html output X-Git-Tag: 5.0-rc11~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e31baf7d9febe8dd461658bae478ff1a9883092c;p=build.git clean html output --- 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: