From 95b94b3069fedcba7fd57b082c8315050d869bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Chapoton?= Date: Sun, 10 Mar 2019 18:05:50 +0100 Subject: [PATCH] remove one used variable assignment as suggested by lgtm https://lgtm.com/projects/g/GNOME/gtksourceview/ --- win32/pc_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/pc_base.py b/win32/pc_base.py index f7976e8d2..7bec2f165 100644 --- a/win32/pc_base.py +++ b/win32/pc_base.py @@ -55,7 +55,6 @@ def setup(self, argv, parser=None): # check and setup the exec_prefix if getattr(args, 'exec_prefix', None) is None: - exec_prefix_use_shorthand = True self.exec_prefix = '${prefix}' else: if args.exec_prefix.startswith('${prefix}'):