Skip to content

Commit 50aec31

Browse files
committed
Remove trailining slash in default bom output
It may cause issues on windows with network paths Fixes #516
1 parent d3e90fe commit 50aec31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InteractiveHtmlBom/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Config:
6262
open_browser = True
6363

6464
# General section
65-
bom_dest_dir = 'bom/' # This is relative to pcb file directory
65+
bom_dest_dir = 'bom' # This is relative to pcb file directory
6666
bom_name_format = 'ibom'
6767
component_sort_order = default_sort_order
6868
component_blacklist = []

0 commit comments

Comments
 (0)