equal
deleted
inserted
replaced
75 |
75 |
76 with open(json_path) as json_data: |
76 with open(json_path) as json_data: |
77 eso_data = json.load(json_data) |
77 eso_data = json.load(json_data) |
78 eso_image = eso_data['image'] |
78 eso_image = eso_data['image'] |
79 |
79 |
80 path_images = os.path.join(filename_without_extension, filename) |
80 path_images = os.path.join(dirname, filename) |
81 image_list = [path_images] |
81 image_list = [path_images] |
82 image_dir = filename_without_extension |
82 image_dir = filename_without_extension |
83 |
83 |
84 natural_key = ItemMetadata.get_natural_key(collection, eso_image['id']) |
84 natural_key = ItemMetadata.get_natural_key(collection, eso_image['id']) |
85 |
85 |