Skip to content

Commit

Permalink
update logs archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Jul 12, 2024
1 parent 78ec5f8 commit 7c5b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellies/log_archiving.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def repeat_factory(options):
raise ValueError(f"Unknown repeat type: {options['type']}")


class ArchivedRepeatFamily(pf.Family):
class ArchivedRepeatFamily(pf.AnchorFamily):

def __init__(
self,
Expand Down

0 comments on commit 7c5b808

Please sign in to comment.