Searched refs:bundlejson_out (Results 1 – 1 of 1) sorted by relevance
279 def _dirs_handler(bundlejson_out): argument282 directory = bundlejson_out300 print("bundlejson_out : ", bundlejson_out)301 if not os.path.exists(bundlejson_out):302 os.makedirs(bundlejson_out)316 dirs = _dirs_handler(bundlejson_out)341 if os.path.isfile(os.path.join(bundlejson_out, "bundle.json")):342 os.remove(os.path.join(bundlejson_out, "bundle.json"))361 with open(bundlejson_out, 'r') as f:364 if os.path.isfile(bundlejson_out):[all …]