Skip to content

Commit

Permalink
shorten filename
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-troy committed Nov 5, 2024
1 parent 37ea330 commit c01c0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liiatools/school_census_pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def process_session(source_fs: FS, output_fs: FS, la_code: str, filename: str):
# Export the current snapshot of the archive
current_data = archive.current()
current_data.export(
output_fs.opendir(ProcessNames.CURRENT_FOLDER), "s_", "csv"
output_fs.opendir(ProcessNames.CURRENT_FOLDER), "", "csv"
)

# Create the different reports
Expand Down

0 comments on commit c01c0d1

Please sign in to comment.