Skip to content

Commit

Permalink
Back to removePathForcibly
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jun 19, 2024
1 parent f715bcb commit 19708b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Property/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ workspace prefixPath f = withFrozenCallStack $ do
. register
. R.recovering retryPolicy [ioExH]
. const
$ IO.removeDirectoryRecursive ws
$ IO.removePathForcibly ws

-- | The 'FilePath' in '(FilePath -> H.Integration ())' is the work space directory.
-- This is created (and returned) via 'H.workspace'.
Expand Down

0 comments on commit 19708b4

Please sign in to comment.