Skip to content

Commit

Permalink
Merge pull request #705 from nguyen-v/fix_inc_table_separator
Browse files Browse the repository at this point in the history
[Fix] fix get_csv_separator() function for BoM class
  • Loading branch information
set-soft authored Oct 28, 2024
2 parents e1e0eb5 + f1be078 commit 0315c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/out_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ def __init__(self):
self._category = 'Schematic/BoM'

def get_csv_separator(self):
return self.csv.separator
return self.options.csv.separator

@staticmethod
def create_bom(fmt, subd, group_fields, join_fields, fld_names, cols=None):
Expand Down

0 comments on commit 0315c6a

Please sign in to comment.