We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0e203 commit 0f0fad6Copy full SHA for 0f0fad6
rotate_backups/__init__.py
@@ -604,7 +604,7 @@ def matcher(self, matcher):
604
"""Matcher to use to extract a timestamp from a file."""
605
if not isinstance(matcher, Matcher):
606
raise ValueError(f'{matcher} is not a Matcher')
607
- set_property(self, '_matcher', matcher)
+ set_property(self, 'matcher', matcher)
608
609
def rotate_concurrent(self, *locations, **kw):
610
"""
0 commit comments