Skip to content

Commit 44d0acc

Browse files
Revert "potential fix pepkit/peppy#459"
This reverts commit 281cef4.
1 parent 281cef4 commit 44d0acc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

looper/project.py

-2
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,6 @@ 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-
730728
for msg in msgs:
731729
_LOGGER.warning(msg)
732730
return samples_by_piface

0 commit comments

Comments
 (0)