-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tld: fix assigning a dict to an attribute originally defined as a list
New type-hinted parser attribute to store the parsed data instead, and delete the temporary value used during parsing. Said new type hint isn't doing much work yet since the code that eventually assigns to the new attribute isn't hinted, but I don't want to change too much in this particular branch; we're ONLY worried about actual mypy errors right now. Hinting more stuff for real comes later.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This line is a bug that got merged to mainline, sorry. Messed up my bisect today trying to track down another issue. 😅