[jhbuild] [bot] Fixing fall out of ee4bf954709024d0
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [jhbuild] [bot] Fixing fall out of ee4bf954709024d0
- Date: Wed, 3 Feb 2010 19:13:05 +0000 (UTC)
commit 91b0b6119113f7fd0c1013b5e6676cfcac975c2e
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Feb 3 20:12:36 2010 +0100
[bot] Fixing fall out of ee4bf954709024d0
jhbuild/commands/bot.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index 4db7b3b..b2ce18b 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -174,7 +174,7 @@ class cmd_bot(Command):
rc = buildscript.build(phases=phases)
else:
command = args[0]
- rc = jhbuild.commands.run(command, config, args[1:])
+ rc = jhbuild.commands.run(command, config, args[1:], help=None)
sys.exit(rc)
if options.start_server:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]