From 09111963eb12de975c8f5de931366d3bf9ab0775 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 30 Sep 2024 12:44:52 -0400 Subject: [PATCH] fixed subtable index error --- peppy/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peppy/project.py b/peppy/project.py index 9f46cccc..85ac3c47 100644 --- a/peppy/project.py +++ b/peppy/project.py @@ -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))