poor error message with tuple indexing #109
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
var533
should be replaced.Still broken (but in a different way).
Try this
demo.py
:Note that filename and line number are also missing from the message, in addition to the incorrect reference to
Exception
.Well I guess this is due to constant folding and I forgot to add special case for that. Will fix.
It's actually the type annotations that cause this, not
self.clk_sel = self.clk_sel_hw_rev[self.hw_rev]
Fixed, this is due to a typo