From c8180733e309b9f6746036346c91270283dcf917 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 29 Sep 2015 23:32:15 -0400 Subject: scanner: Pacify PEP8 --- giscanner/ccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'giscanner/ccompiler.py') 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! -- cgit v1.2.1