From c5d8cf8eb6a6e84347b9379945f308f29a2fe5cb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 30 Nov 2018 03:27:41 -0500 Subject: Use pylint. --- build_extra/rust/get_rustc_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_extra/rust/get_rustc_info.py') diff --git a/build_extra/rust/get_rustc_info.py b/build_extra/rust/get_rustc_info.py index 1b61bdbc0..66751c20b 100755 --- a/build_extra/rust/get_rustc_info.py +++ b/build_extra/rust/get_rustc_info.py @@ -48,7 +48,7 @@ def get_ldflags(rustc_args): # On Posix systems, this file is directly executable thanks to it's shebang. # On Windows, we use a .cmd wrapper file. if os.name == "nt": - rustc_linker_base, rustc_linker_ext = path.splitext(__file__) + rustc_linker_base, _rustc_linker_ext = path.splitext(__file__) rustc_linker = rustc_linker_base + ".cmd" else: rustc_linker = __file__ -- cgit v1.2.3