From 1308070e66b3b4dbf979eceb2f374d3a3a81bb5d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 7 Mar 2015 15:34:51 +0000 Subject: pull: remove unused variable. --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 4cfcb30a2..1b0dd0d4a 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -109,7 +109,7 @@ module Homebrew begin changed_formulae << Formula[name] # Make sure we catch syntax errors. - rescue Exception => e + rescue Exception next end end -- cgit v1.2.3