Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pptx/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def first_available_image_idx():
image_idxs = sorted([
part.partname.idx for part in self.iter_parts()
if part.partname.startswith('/ppt/media/image')
and part.partname.idx is not None
])
for i, image_idx in enumerate(image_idxs):
idx = i + 1
Expand Down