Fixed warning.
This commit is contained in:
parent
7c980f39bf
commit
93e096fe1d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ writeEPUB opts doc@(Pandoc meta _) = do
|
|||
let readPicEntry entries (oldsrc, newsrc) = do
|
||||
res <- fetchItem sourceDir oldsrc
|
||||
case res of
|
||||
Left e -> do
|
||||
Left _ -> do
|
||||
warn $ "Could not find image `" ++ oldsrc ++ "', skipping..."
|
||||
return entries
|
||||
Right (img,_) -> return $
|
||||
|
|
Loading…
Add table
Reference in a new issue