Skip to content

Commit

Permalink
Update attribute name in prepare_if_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 27, 2024
1 parent 61c8244 commit f4ee996
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ def prepare_if_dev(self) -> None:
...
)
"""
if self.manifest_preparer:
self.manifest_preparer.on_load(self)
if self.preparer:
self.preparer.on_load(self)

0 comments on commit f4ee996

Please sign in to comment.