Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Fix path to dpae file
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDore authored and dejafait committed Jan 3, 2020
1 parent ccf6a21 commit fc35a7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def get_date(row):
total_rows_kept = 0

# TODO : remove this line, tmp to try with all data on siren
most_recent_dpae_file = "lbb_xdpdpae_delta_201909102200.bz2"
#most_recent_dpae_file = "lbb_xdpdpae_delta_201909102200.bz2"

dpae_file_extension = most_recent_dpae_file.split('.')[-1]
if dpae_file_extension == 'csv':
Expand Down

0 comments on commit fc35a7a

Please sign in to comment.