We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219e226 commit ff84613Copy full SHA for ff84613
1 file changed
lib/octocatalog-diff/catalog/computed.rb
@@ -93,8 +93,8 @@ def cleanup_checkout_dir(checkout_dir, logger)
93
# a parallel environment. Trap and ignore the errors here if we don't care about them.
94
begin
95
FileUtils.remove_entry_secure checkout_dir
96
- rescue Errno::ENOTEMPTY, Errno::ENOENT => exc
97
# :nocov:
+ rescue Errno::ENOTEMPTY, Errno::ENOENT => exc
98
logger.debug "cleanup_checkout_dir(#{checkout_dir}) logged #{exc.class} - this can be ignored"
99
100
end
0 commit comments