Skip to content

Commit

Permalink
Prevent koumoul/ademe script from failing (#1211)
Browse files Browse the repository at this point in the history
Prevent ademe script to fail
  • Loading branch information
fabienheureux authored Jan 14, 2025
1 parent 49eb60e commit 80ffa3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qfdmd/management/commands/import_data_ademe.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def import_liens(self):
titre_du_lien=line["Titre_du_lien"],
defaults={
"url": line["URL"],
"poids": index,
"description": line.get("Description", ""),
},
)
Expand Down

0 comments on commit 80ffa3e

Please sign in to comment.