Commit c0f2f84e authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 3edceab6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -16,6 +16,13 @@ class FileRecorder(list):
    In principle, a CSST pipeline module should return a status (CsstStatus)
    and a file recorder (``FileRecorder``) after it finishes data processing.

    Parameters
    ----------
    *args : any
        The arguments passed to ``list()``.
    **kwargs : any
        The keyword arguments passed to ``list()``.

    Methods
    -------
    add_record(filepath: str = "", db: bool = False, comment: str = "")