Skip updating ref-snapshot-info if no mapping exist 65/94765/1
authorhyokeun <hyokeun.jeon@samsung.com>
Tue, 1 Nov 2016 05:56:53 +0000 (14:56 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 1 Nov 2016 05:56:53 +0000 (14:56 +0900)
Change-Id: If95da95182bb601076d3a0f7a2a692c7e1d4fed3

job_ref_snapshot_info_update.py

index 8a245f8..af8da72 100644 (file)
@@ -41,7 +41,7 @@ def main():
         return 1
     if len(found) == 0:
         print '** REF MAP HAVE NO ITEMS FOR %s' % (base_project)
-        return 2
+        return
 
     # replace old version to new
     need_update = False