From: Alexis Lothoré Date: Mon, 5 Feb 2024 15:57:29 +0000 (+0100) Subject: patchtest-send-results: remove unused variable X-Git-Tag: uninative-4.4~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ba125dc30fb1ef0bf96152863db22159f4b31c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git patchtest-send-results: remove unused variable result_basename is declared but not used in the script Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results index 71b73f0940f..024be003ceb 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: