Skip to content

Commit

Permalink
old assert
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Dec 4, 2024
1 parent 0347c53 commit d070e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttboard/project_mux.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def serialize(self):
bts = bytearray()
for ades in self.all:
pname = self.project_name(ades.project_index)
assert ades.name == pname, f'{ades.name} {pname}'
# assert ades.name == pname, f'{ades.name} {pname}'
ades.name = pname
bts += ades.serialize()

Expand Down

0 comments on commit d070e22

Please sign in to comment.