Skip to content

Commit

Permalink
add file-locator logging
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-troy committed Sep 20, 2024
1 parent dbaf473 commit 510a18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liiatools/school_census_pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def process_file(
) -> ProcessResult:
errors = ErrorContainer()
if filename is None or any(file in file_locator.name for file in filename.split(",")):

print(f"\n{file_locator.name}\n")

year = pl.discover_year(file_locator)
if year is None:
errors.append(
Expand Down

0 comments on commit 510a18f

Please sign in to comment.