[jhbuild] sysdeps: syntax error fix



commit 094f10ea4c538fb226a7853d0947ca66c8556e73
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Jan 3 13:18:12 2015 +0100

    sysdeps: syntax error fix
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742258

 jhbuild/commands/sysdeps.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/sysdeps.py b/jhbuild/commands/sysdeps.py
index ccc3ba0..e8a7f1d 100644
--- a/jhbuild/commands/sysdeps.py
+++ b/jhbuild/commands/sysdeps.py
@@ -167,7 +167,7 @@ class cmd_sysdeps(cmd_build):
                 logging.info(_("Installing dependencies on system: %s") % \
                                ' '.join([pkg[0] for pkg in
                                          uninstalled_pkgconfigs +
-                                         uninstalled_filenames])))
+                                         uninstalled_filenames]))
                 installer.install(uninstalled_pkgconfigs,
                                   uninstalled_filenames)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]