diff mbox series

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

Message ID 20230313145145.2574842-3-alexis.lothore@bootlin.com
State New
Headers show
Series fix regression reports generation on "master-next" branches | expand

Commit Message

Alexis Lothoré March 13, 2023, 2:51 p.m. UTC
From: Alexis Lothoré <alexis.lothore@bootlin.com>

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

Patch

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: