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

Commit 4421e1d

Browse files
committed
Fix path to dpae file
1 parent 531f4cf commit 4421e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labonneboite/scripts/impact_retour_emploi/join_activity_logs_dpae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_date(row):
103103
total_rows_kept = 0
104104

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

108108
dpae_file_extension = most_recent_dpae_file.split('.')[-1]
109109
if dpae_file_extension == 'csv':

0 commit comments

Comments
 (0)