patchtest-send-results: remove unused variable

result_basename is declared but not used in the script

(From OE-Core rev: c2ba125dc30fb1ef0bf96152863db22159f4b31c)

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexis Lothoré 2024-02-05 16:57:29 +01:00 committed by Richard Purdie
parent 6cc6246fd0
commit d0b817d946

View File

@ -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: