summaryrefslogtreecommitdiff
path: root/giscanner/ccompiler.py
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-09-29 23:32:15 -0400
committerColin Walters <walters@verbum.org>2015-09-29 23:32:47 -0400
commitc8180733e309b9f6746036346c91270283dcf917 (patch)
tree5a11abef0b494f175a3170a1c68f582e5d633104 /giscanner/ccompiler.py
parent77d9679e98ba89b3cd73acb594329fdc09efbba1 (diff)
downloadgobject-introspection-c8180733e309b9f6746036346c91270283dcf917.tar.gz
scanner: Pacify PEP8
Diffstat (limited to 'giscanner/ccompiler.py')
-rw-r--r--giscanner/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py
index 481b1e4c..2f02bfc1 100644
--- a/giscanner/ccompiler.py
+++ b/giscanner/ccompiler.py
@@ -236,7 +236,7 @@ class CCompiler(object):
include_dirs=includes,
extra_postargs=extra_postargs,
output_dir=source_str[tmpdir_idx + 1:
- source_str.rfind(os.sep)].encode('UTF-8'))
+ source_str.rfind(os.sep)].encode('UTF-8'))
def link(self, output, objects, lib_args):
# Note: This is used for non-libtool builds only!