Skip to content

Commit

Permalink
add debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Troy committed Jun 11, 2024
1 parent d4e059c commit 85bcf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions liiatools/school_census_pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def process_file(
pipeline_config: PipelineConfig,
la_code: str,
) -> ProcessResult:
print(f"{file_locator=}")
errors = ErrorContainer()
year = pl.discover_year(file_locator)
if year is None:
Expand Down

0 comments on commit 85bcf2e

Please sign in to comment.