From d0b817d946bac3c4862528fd41a194f506020e41 Mon Sep 17 00:00:00 2001 From: Alexis Lothoré Date: Mon, 5 Feb 2024 16:57:29 +0100 Subject: patchtest-send-results: remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit result_basename is declared but not used in the script (From OE-Core rev: c2ba125dc30fb1ef0bf96152863db22159f4b31c) Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- scripts/patchtest-send-results | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/patchtest-send-results') diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results index 71b73f0940..024be003ce 100755 --- a/scripts/patchtest-send-results +++ b/scripts/patchtest-send-results @@ -45,7 +45,6 @@ elif not os.path.exists(args.patch + ".testresult"): sys.exit(1) result_file = args.patch + ".testresult" -result_basename = os.path.basename(args.patch) testresult = None with open(result_file, "r") as f: -- cgit v1.2.3-54-g00ecf