comment
This commit is contained in:
parent
022e63cdde
commit
21c0d5be6e
3 changed files with 29 additions and 0 deletions
|
@ -222,6 +222,7 @@ getViaTmpFromDisk rsp v key af action = checkallowed $ do
|
|||
tmpfile <- prepTmp key
|
||||
resuming <- liftIO $ R.doesPathExist tmpfile
|
||||
(ok, verification) <- action tmpfile
|
||||
liftIO $ print ok
|
||||
-- When the temp file already had content, we don't know if
|
||||
-- that content is good or not, so only trust if it the action
|
||||
-- Verified it in passing. Otherwise, force verification even
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue