Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dlispy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def parse(path, eflr_only = False):
:param path: File path to the DLIS file

:type eflr_only: bool
:param eflr_only: If Truem, then only parse EFLR in each logical file.
:param eflr_only: If True, then only parse EFLR in each logical file.

:return: a tuple, first element is instance of :class:`.StorageUnitLabel` and second element is a list of :class:`.LogicalFile`.

Expand Down Expand Up @@ -68,7 +68,7 @@ def parse(path, eflr_only = False):

def dump(df_path, output_path, eflr_only = False):
"""
Dump a given DLIS file. In the "output_path", you will folder a few folder which for one logical file.
Dump a given DLIS file. In the "output_path", you will find a folder each for one logical file.
:type df_path: str
:param df_path: Path to the dlis file.

Expand Down