[jhbuild] [commands] fix syntax (--help-commands was failing)
- From: Marc-Andre Lureau <malureau src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [commands] fix syntax (--help-commands was failing)
- Date: Fri, 8 May 2009 18:05:15 -0400 (EDT)
commit 0570f19b5c1b181ec68c308c7fc78d92703f711b
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Sat May 9 00:57:55 2009 +0300
[commands] fix syntax (--help-commands was failing)
---
jhbuild/commands/checkmodulesets.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/commands/checkmodulesets.py b/jhbuild/commands/checkmodulesets.py
index c0b27ff..6ce4c1a 100644
--- a/jhbuild/commands/checkmodulesets.py
+++ b/jhbuild/commands/checkmodulesets.py
@@ -43,6 +43,6 @@ class cmd_checkmodulesets(Command):
'module': mod.name, 'href': mod.branch.module})
except NotImplementedError:
logging.warning((_('Cannot check %(module)s (%(href)s)') % {
- 'module': mod.name, 'href': mod.branch.module})
+ 'module': mod.name, 'href': mod.branch.module}))
register_command(cmd_checkmodulesets)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]