Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Dec 22, 2023
1 parent 2e5cf6c commit 3135704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/pixl_cli/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def messages_from_state_file(filepath: Path) -> list[Message]:


def copy_parquet_return_logfile_fields(parquet_path: Path) -> tuple[str, datetime]:
"""Copy public parquet file to extracts directory"""
"""Copy public parquet file to extracts directory, and return fields from logfile"""
log_file = parquet_path / "extract_summary.json"

logs = json.load(log_file.open())
Expand Down

0 comments on commit 3135704

Please sign in to comment.