From 2f260aa8f7335efefc0c1802f5138e459534466f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 8 Oct 2009 13:09:03 +0000 Subject: [PATCH] fix --- module-tools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module-tools.py b/module-tools.py index f5efe864..c6f88847 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1305,6 +1305,8 @@ Branches: options.mode=mode if not hasattr(options,'dry_run'): options.dry_run=False + if not hasattr(options,'www'): + options.www=False options.debug=False ########## release-* -- 2.45.2