Skip to content

Commit ff84613

Browse files
author
Kevin Paulisse
committed
Move :nocov: to the right place
1 parent 219e226 commit ff84613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/octocatalog-diff/catalog/computed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def cleanup_checkout_dir(checkout_dir, logger)
9393
# a parallel environment. Trap and ignore the errors here if we don't care about them.
9494
begin
9595
FileUtils.remove_entry_secure checkout_dir
96-
rescue Errno::ENOTEMPTY, Errno::ENOENT => exc
9796
# :nocov:
97+
rescue Errno::ENOTEMPTY, Errno::ENOENT => exc
9898
logger.debug "cleanup_checkout_dir(#{checkout_dir}) logged #{exc.class} - this can be ignored"
9999
# :nocov:
100100
end

0 commit comments

Comments
 (0)