Skip to content

Commit

Permalink
Fixed missing OPT_DATASHEET_AS_LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jul 17, 2020
1 parent c6a42a9 commit c4fbc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibom/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class BomPref:
OPT_CONFIG_FIELD = "fit_field"
OPT_HIDE_HEADERS = "hide_headers"
OPT_HIDE_PCB_INFO = "hide_pcb_info"
OPT_DATASHEET_AS_LINK = "datasheet_as_link"

def __init__(self):
# List of headings to ignore in BoM generation
Expand Down

0 comments on commit c4fbc6d

Please sign in to comment.