mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-04-18 07:48:55 +00:00
Add reference to action parameter name in error message
This commit is contained in:
parent
de56ad5b80
commit
f82285d690
@ -181,7 +181,7 @@ def main() -> None:
|
||||
use_mfr = bool(manufacturer_column)
|
||||
if not use_mfr and query_needs_manufacturer(search_strategy):
|
||||
raise ValueError(
|
||||
"Search strategy requires manufacturer, but no BOM manufacturer column was provided"
|
||||
"Search strategy requires manufacturer, but no BOM manufacturer column was provided. Please set bom_manufacturer_column."
|
||||
)
|
||||
|
||||
for part in parts:
|
||||
|
Loading…
Reference in New Issue
Block a user