Skip to content

Commit 281cef4

Browse files
potential fix pepkit/peppy#459
1 parent 37dacb0 commit 281cef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

looper/project.py

+2
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ def _samples_by_piface(self, piface_key):
725725
else:
726726
samples_by_piface.setdefault(source, set())
727727
samples_by_piface[source].add(sample[self.sample_table_index])
728+
sample.sample_name = sample[self.sample_table_index]
729+
728730
for msg in msgs:
729731
_LOGGER.warning(msg)
730732
return samples_by_piface

0 commit comments

Comments
 (0)