mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
6cc6246fd0
commit
d0b817d946
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user