Fix indentation 89/139889/1
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Jul 2017 02:34:52 +0000 (11:34 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Jul 2017 02:34:52 +0000 (11:34 +0900)
Change-Id: Ic399e34fc0c76ea92764ae0f0683cb91c6b514ed

job_pre_release_obs.py

index 1237417..2c819db 100644 (file)
@@ -370,8 +370,8 @@ def make_repo(project, repo, backenddb, base_url, base_path,
                                             prerelease.build_id),
                                project, base_url, repo['Name'], download_num=current_download_num)
 
-        # Request number of imager nodes
-        if os.getenv("ONDEMAND_SLAVE_CONFIGURATION_ENABLED", "0") == "1":
+    # Request number of imager nodes
+    if os.getenv("ONDEMAND_SLAVE_CONFIGURATION_ENABLED", "0") == "1":
             if images_count > 0:
                 trigger_next("SLAVE_BUILDER", {"data":"dummy"}, \
                          extra_params={"ACTION": "REQUEST_WORKER", \