[gobject-introspection] [shlibs] Make pep8.py happy
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [shlibs] Make pep8.py happy
- Date: Sat, 5 Jun 2010 15:47:54 +0000 (UTC)
commit bb832d71f7cb9648d2682ea490684da5f357bac0
Author: Johan Dahlin <johan gnome org>
Date: Sat Jun 5 12:10:35 2010 -0300
[shlibs] Make pep8.py happy
giscanner/shlibs.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
index 2349e7d..4266c5c 100644
--- a/giscanner/shlibs.py
+++ b/giscanner/shlibs.py
@@ -79,7 +79,7 @@ def _resolve_non_libtool(options, binary, libraries):
args.extend(['ldd', binary.args[0]])
else:
raise SystemExit("Unsupported platform system: " %
- (platform_system,))
+ (platform_system, ))
proc = subprocess.Popen(args, stdout=subprocess.PIPE)
patterns = {}
for library in libraries:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]