Skip to content

Commit

Permalink
Files are combined while the images in svg
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Sep 2, 2019
1 parent a2ddc54 commit c375987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def fix_images_paths(cells, filename):

# fix paths
for cell in cells:
if ("![" in cell['source'] and ".png)" in cell['source']):
if ("![" in cell['source'] and ".svg)" in cell['source']):
source = cell['source']
new_source = source
# where the link starts
Expand Down

0 comments on commit c375987

Please sign in to comment.