mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-09-11 03:09:56 +00:00
Compare commits
1 Commits
e6df656ce3
...
feature/tr
Author | SHA1 | Date | |
---|---|---|---|
fd60e17649 |
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user