mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Fixed warning.
This commit is contained in:
@@ -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 $
|
||||
|
||||
Reference in New Issue
Block a user