Skip to content

Commit

Permalink
fixed subtable index error
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 30, 2024
1 parent 0f28c65 commit 0911196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peppy/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def attr_merge(self):
if len(this_sample_rows) == 0:
_LOGGER.debug(
"No merge rows for sample '%s', skipping",
sample[SAMPLE_NAME_ATTR],
sample[self.st_index],
)
continue
_LOGGER.debug("%d rows to merge", len(this_sample_rows))
Expand Down

0 comments on commit 0911196

Please sign in to comment.