Skip to content

Commit

Permalink
[Fix] fix get_csv_separator() function for BoM class
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-v committed Oct 28, 2024
1 parent e1e0eb5 commit f1be078
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 f1be078

Please sign in to comment.