hlint
test suite still passes
This commit is contained in:
parent
3192b059b5
commit
b405295aee
30 changed files with 72 additions and 75 deletions
|
@ -41,7 +41,7 @@ seek = [withField readFdOption convertFd $ \readh ->
|
|||
|
||||
convertFd :: Maybe String -> Annex (Maybe Handle)
|
||||
convertFd Nothing = return Nothing
|
||||
convertFd (Just s) = liftIO $ do
|
||||
convertFd (Just s) = liftIO $
|
||||
case readish s of
|
||||
Nothing -> error "bad fd"
|
||||
Just fd -> Just <$> fdToHandle fd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue