From f11d876a9d99b3ee90d780a02e116d7c36d98496 Mon Sep 17 00:00:00 2001 From: John Schember Date: Wed, 11 Nov 2009 12:07:56 -0500 Subject: [PATCH] Integrate WayneD's PML input image fix. --- src/calibre/ebooks/pml/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/pml/input.py b/src/calibre/ebooks/pml/input.py index 270c8a7b0f..4128e4aa38 100644 --- a/src/calibre/ebooks/pml/input.py +++ b/src/calibre/ebooks/pml/input.py @@ -79,7 +79,7 @@ class PMLInput(InputFormatPlugin): pimg_name = os.path.basename(img) pimg_path = os.path.join(os.getcwd(), 'images', pimg_name) - images.append(pimg_name) + images.append('images/' + pimg_name) shutil.move(img, pimg_path) else: