Skip to content

Commit

Permalink
Update combos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton K. (ai Doge) authored and xs5871 committed Aug 1, 2023
1 parent 9d28439 commit 7fd0e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmk/modules/combos.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(

def __repr__(self):
if self._match_coord:
return f'{self.__class__.__name__}({[k for k in self.match]})'
return f'{self.__class__.__name__}({list(self.match)})'
else:
return f'{self.__class__.__name__}({[k.code for k in self.match]})'

Expand Down

0 comments on commit 7fd0e75

Please sign in to comment.