We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e90fe commit 50aec31Copy full SHA for 50aec31
1 file changed
InteractiveHtmlBom/core/config.py
@@ -62,7 +62,7 @@ class Config:
62
open_browser = True
63
64
# General section
65
- bom_dest_dir = 'bom/' # This is relative to pcb file directory
+ bom_dest_dir = 'bom' # This is relative to pcb file directory
66
bom_name_format = 'ibom'
67
component_sort_order = default_sort_order
68
component_blacklist = []
0 commit comments