From 565d6c4ca08ba57d5351d8816ee742ca38addc50 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Wed, 9 Dec 2015 19:58:19 +0530 Subject: fix typo Change-Id: Ifc3b0a1881fec64984b210121276056c5b8d7c4c Signed-off-by: Vishal Bhoj --- post-build-lava.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-build-lava.py b/post-build-lava.py index 2c75a27..3f7c7a4 100755 --- a/post-build-lava.py +++ b/post-build-lava.py @@ -339,7 +339,7 @@ def submit_job_from_url(): # jenkins job name scheme doesn't apply for 96boards jobs so expect # download_url to be provided by the job. download_url = os.environ.get("DOWNLOAD_URL", download_url) - + # Set the file extension based on the type of artifacts artifact_type = os.environ.get("MAKE_TARGETS", "tarball") if artifact_type == "droidcore": -- cgit v1.2.3