Removed old comment about KiBoM PR number

This commit is contained in:
Salvador E. Tropea 2020-08-01 13:16:07 -03:00
parent 1cc71f2135
commit 65f9612104
1 changed files with 1 additions and 1 deletions

View File

@ -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)