Integrate WayneD's PML input image fix.

This commit is contained in:
John Schember 2009-11-11 12:07:56 -05:00
parent 30e5e8c23e
commit f11d876a9d

View File

@ -79,7 +79,7 @@ class PMLInput(InputFormatPlugin):
pimg_name = os.path.basename(img) pimg_name = os.path.basename(img)
pimg_path = os.path.join(os.getcwd(), 'images', pimg_name) pimg_path = os.path.join(os.getcwd(), 'images', pimg_name)
images.append(pimg_name) images.append('images/' + pimg_name)
shutil.move(img, pimg_path) shutil.move(img, pimg_path)
else: else: