From f6e7a3ed9d81eb585d8d749d8ffe355e3a1e7503 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 18 Jul 2018 00:21:48 +0200 Subject: [PATCH] Fix style. --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index c6dca8c67a..2a6a25288b 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -271,7 +271,7 @@ class Tap raise "Cannot tap #{name}: invalid syntax in tap!" end end - rescue Interrupt, ErrorDuringExecution, RuntimeError + rescue Interrupt, RuntimeError ignore_interrupts do # wait for git to possibly cleanup the top directory when interrupt happens. sleep 0.1