Skip to content

Commit

Permalink
file name (badly) changed by @gdaudin
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Aug 17, 2020
1 parent d9b21c8 commit 93e5070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import _ from 'lodash';
*/
const ROOT_PATH = '/base',
BDD_CENTRALE_PATH = path.join(ROOT_PATH, '/bdd_centrale.csv'),
BDD_OUTSIDERS = path.join(ROOT_PATH, '/marchandises_sourcees.csv'),
BDD_OUTSIDERS = path.join(ROOT_PATH, '/product_sourcees.csv'),
BDD_TAX_DEPARTMENTS = path.join(ROOT_PATH, '/bdd_tax_departments.csv'),
// classifications index
INDEX_CLASSIFICATIONS = path.join(ROOT_PATH, '/classifications_index.csv');
Expand Down

3 comments on commit 93e5070

@gdaudin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne savais pas que vous l’utilisiez :(

@paulgirard
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah non c'était pas une pique dans ce sens là.
Le badly faisait référence à la traduction à moitié.
Ça ne devrait pas être products_sourced.csv ?

@gdaudin
Copy link
Collaborator

@gdaudin gdaudin commented on 93e5070 Aug 19, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.