audit: rescue only FormulaUnavailableError

This commit is contained in:
Jack Nagel 2013-04-06 22:10:43 -05:00
parent 7f55a6089e
commit d6b5e4f2ed

View File

@ -130,7 +130,7 @@ class FormulaAuditor
f.deps.each do |dep|
begin
dep_f = dep.to_formula
rescue
rescue FormulaUnavailableError
problem "Can't find dependency #{dep.name.inspect}."
end