Skip to content

Commit

Permalink
[iBoM][Fixed] missing comma in list of arguments to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 21, 2024
1 parent 22d4a5d commit d96e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/out_ibom.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def run(self, name):
template = IBoMOptions()
for k, v in template.get_attrs_gen():
v = getattr(self, k)
if not v or k in ['output', 'variant', 'dnf_filter', 'exclude_filter' 'pre_transform', 'hide_excluded',
if not v or k in ['output', 'variant', 'dnf_filter', 'exclude_filter', 'pre_transform', 'hide_excluded',
'forced_name']:
continue
if k == 'offset_back_rotation' and version < (2, 5, 0, 2):
Expand Down

0 comments on commit d96e2ec

Please sign in to comment.