formula_versions: ignore FormulaMethodDeprecatedError
old formula revisions have deprecated elements such as sha1 checksums Closes #605. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
bc5b9c1e97
commit
19a77c816e
@ -4,7 +4,7 @@ class FormulaVersions
|
|||||||
IGNORED_EXCEPTIONS = [
|
IGNORED_EXCEPTIONS = [
|
||||||
ArgumentError, NameError, SyntaxError, TypeError,
|
ArgumentError, NameError, SyntaxError, TypeError,
|
||||||
FormulaSpecificationError, FormulaValidationError,
|
FormulaSpecificationError, FormulaValidationError,
|
||||||
ErrorDuringExecution, LoadError
|
ErrorDuringExecution, LoadError, FormulaMethodDeprecatedError
|
||||||
]
|
]
|
||||||
|
|
||||||
attr_reader :name, :path, :repository, :entry_name
|
attr_reader :name, :path, :repository, :entry_name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user