more OsPath conversion
Sponsored-by: Nicholas Golder-Manning
This commit is contained in:
parent
0376bc5ee0
commit
27305042f3
24 changed files with 180 additions and 153 deletions
|
@ -433,7 +433,7 @@ download' nocurlerror meterupdate iv url file uo =
|
|||
|
||||
downloadfile u = do
|
||||
noverification
|
||||
let src = unEscapeString (uriPath u)
|
||||
let src = toOsPath $ unEscapeString (uriPath u)
|
||||
withMeteredFile src meterupdate $
|
||||
F.writeFile file
|
||||
return $ Right ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue