Compare commits

..

1 Commits

Author SHA1 Message Date
fd60e17649 add archive trigger 2025-09-10 14:38:35 +03:00
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class ArchiveTree(LazyLogging):
Args:
date(datetime.date | None, optional): date to generate path. If none supplied then today will be used
(Default value = None)
Returns:
Path: path to the repository root

View File

@ -33,6 +33,7 @@ class ArchiveTrigger(Trigger):
Attributes:
paths(RepositoryPaths): repository paths instance
tree(ArchiveTree): archive tree wrapper
"""
def __init__(self, repository_id: RepositoryId, configuration: Configuration) -> None: