Skip to content

Commit e2957b4

Browse files
committed
added docstring to method
1 parent a7957d8 commit e2957b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shub_workflow/issuer/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@ def remove_inputs(self, inputs: List[InputSource]):
342342
def load_last_outputs(self, output_folders: Tuple[str, ...], prefix: str = "", basename_re: Optional[str] = None):
343343
"""
344344
Load ids from the last LOAD_DELIVERED_IDS_DAYS days
345+
output_folders: a tuple containing all output folders from where to read the output files. Typically
346+
it is only the issuer output folder, but in some applications with additional post
347+
processing components (other issuers downstream), it can also be the output of them.
348+
prefix: only select files with the given prefix inside the target folders.
349+
basename_re: only select file names that matches the given regular expression.
345350
"""
346351
dtnow = datetime.utcnow()
347352
count = 0

0 commit comments

Comments
 (0)