Skip to content

Commit

Permalink
🩹 Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Mar 10, 2022
1 parent 100e757 commit 6f35baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glotaran/model/dataset_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def ensure_unique_megacomplexes(self, model: Model) -> list[str]:
"""
glotaran_unique_megacomplex_types = []

for megacomplex_name in self.iterate_megacomplexes():
for _, megacomplex_name in self.iterate_megacomplexes():
try:
megacomplex_instance = model.megacomplex[megacomplex_name]
if type(megacomplex_instance).glotaran_unique() is True:
Expand Down

0 comments on commit 6f35baa

Please sign in to comment.