[yocto-autobuilder-helper][PATCH 2/8] scripts/send-qa-email: remove unused variable


Alexis Lothoré <alexis.lothore@...>
 

From: Alexis Lothoré <alexis.lothore@...>

Signed-off-by: Alexis Lothoré <alexis.lothore@...>
---
scripts/send_qa_email.py | 1 -
1 file changed, 1 deletion(-)

diff --git a/scripts/send_qa_email.py b/scripts/send_qa_email.py
index 7999c1b..96225a8 100755
--- a/scripts/send_qa_email.py
+++ b/scripts/send_qa_email.py
@@ -83,7 +83,6 @@ def send_qa_email():

args = parser.parse_args()

- scriptsdir = os.path.dirname(os.path.realpath(__file__))
ourconfig = utils.loadconfig()

with open(args.repojson) as f:
--
2.39.2