Skip to content

Commit

Permalink
Remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyestein committed Apr 30, 2024
1 parent 4de926e commit 50a8dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/pixl_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def export_patient_data(parquet_dir: Path, timeout: int) -> None:
Export processed radiology reports to parquet file.
PARQUET_DIR: Directory containing the extract_summary.json log file
defining which extract to export patient data for. (not a CSV)
defining which extract to export patient data for.
"""
project_name_raw, omop_es_datetime = project_info(parquet_dir)
export = ParquetExport(project_name_raw, omop_es_datetime, HOST_EXPORT_ROOT_DIR)
Expand Down

0 comments on commit 50a8dc9

Please sign in to comment.