Removed old comment about KiBoM PR number
This commit is contained in:
parent
1cc71f2135
commit
65f9612104
|
|
@ -264,7 +264,7 @@ class ComponentGroup(object):
|
||||||
row = []
|
row = []
|
||||||
for key in columns:
|
for key in columns:
|
||||||
val = self.get_field(key)
|
val = self.get_field(key)
|
||||||
# Join fields (appending to current value) (#81)
|
# Join fields (appending to current value)
|
||||||
for join_l in self.cfg.join:
|
for join_l in self.cfg.join:
|
||||||
# Each list is "target, source..." so we need at least 2 elements
|
# Each list is "target, source..." so we need at least 2 elements
|
||||||
elements = len(join_l)
|
elements = len(join_l)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue