summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexis Lothoré <alexis.lothore@bootlin.com>2024-02-05 16:57:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 10:31:25 +0000
commitc2ba125dc30fb1ef0bf96152863db22159f4b31c (patch)
tree094aed40a393eb7b700ec480de8041117d46cc84 /scripts
parent43dd497bc161ac44faecfdff052db03679dbb4f8 (diff)
downloadopenembedded-core-contrib-c2ba125dc30fb1ef0bf96152863db22159f4b31c.tar.gz
patchtest-send-results: remove unused variable
result_basename is declared but not used in the script Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/patchtest-send-results1
1 files changed, 0 insertions, 1 deletions
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: