-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do_install previously required appending an appropriate component.Mod class to self.mods. This could create issues in subclasses because they might end up with the wrong type of component in self.mods. Instead, just try/finally and refresh at the end. This removes the requirement for a specific mod class instantiation in do_install.
- Loading branch information
1 parent
2bfd020
commit 25eb748
Showing
1 changed file
with
26 additions
and
29 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