Use formula.full_name for blocklist
This commit is contained in:
parent
075ae9eb1e
commit
57cac49559
@ -47,7 +47,7 @@ module PyPI
|
|||||||
def update_python_resources!(formula, version = nil, print_only: false, silent: false,
|
def update_python_resources!(formula, version = nil, print_only: false, silent: false,
|
||||||
ignore_non_pypi_packages: false)
|
ignore_non_pypi_packages: false)
|
||||||
|
|
||||||
if !print_only && AUTOMATIC_RESOURCE_UPDATE_BLOCKLIST.include?(formula.name)
|
if !print_only && AUTOMATIC_RESOURCE_UPDATE_BLOCKLIST.include?(formula.full_name)
|
||||||
odie "The resources for \"#{formula.name}\" need special attention. Please update them manually."
|
odie "The resources for \"#{formula.name}\" need special attention. Please update them manually."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user