openfisca / country-template

Start modelling the tax and benefit system of your country in a few minutes.
https://legislation.demo.openfisca.org
GNU Affero General Public License v3.0
33 stars 15 forks source link

`.DS_Store` files yield a `sed: RE error: illegal byte sequence` error #133

Closed MattiSG closed 1 year ago

MattiSG commented 1 year ago

Hi there!

I really enjoy OpenFisca, but I recently encountered an issue.

Here is what I did:

Here is what I expected to happen:

Here is what actually happened:

+ sed -i.template 's|country_template|togo|g' README.md setup.py setup.cfg .github/workflows/workflow.yml Makefile MANIFEST.in openfisca_country_template/situation_examples/couple.json openfisca_country_template/situation_examples/__init__.py openfisca_country_template/situation_examples/housing.json openfisca_country_template/situation_examples/single.json openfisca_country_template/reforms/add_dynamic_variable.py openfisca_country_template/reforms/removal_basic_income.py openfisca_country_template/reforms/__init__.py openfisca_country_template/reforms/flat_social_security_contribution.py openfisca_country_template/reforms/modify_social_security_taxation.py openfisca_country_template/reforms/add_new_tax.py openfisca_country_template/tests/.DS_Store openfisca_country_template/tests/reforms/add_new_tax.yaml openfisca_country_template/tests/reforms/add_dynamic_variable.yaml openfisca_country_template/tests/reforms/modify_social_security_taxation.yaml openfisca_country_template/tests/social_security_contribution.yaml openfisca_country_template/tests/housing_tax.yaml openfisca_country_template/tests/situations/parenting_allowance.yaml openfisca_country_template/tests/situations/income_tax.yaml openfisca_country_template/tests/basic_income.yaml openfisca_country_template/tests/disposable_income.yaml openfisca_country_template/tests/housing_allowance.yaml openfisca_country_template/tests/age.yaml openfisca_country_template/tests/income_tax.yaml openfisca_country_template/__init__.py openfisca_country_template/variables/income.py openfisca_country_template/variables/housing.py openfisca_country_template/variables/demographics.py openfisca_country_template/variables/__init__.py openfisca_country_template/variables/stats.py openfisca_country_template/variables/taxes.py openfisca_country_template/variables/benefits.py openfisca_country_template/parameters/.DS_Store openfisca_country_template/parameters/general/age_of_retirement.yaml openfisca_country_template/parameters/general/age_of_majority.yaml openfisca_country_template/parameters/taxes/income_tax_rate.yaml openfisca_country_template/parameters/taxes/social_security_contribution.yaml openfisca_country_template/parameters/taxes/housing_tax.yaml openfisca_country_template/parameters/benefits/parenting_allowance/income_threshold.yaml openfisca_country_template/parameters/benefits/parenting_allowance/amount.yaml openfisca_country_template/parameters/benefits/basic_income.yaml openfisca_country_template/parameters/benefits/housing_allowance.yaml openfisca_country_template/parameters/benefits/index.yaml openfisca_country_template/entities.py
sed: RE error: illegal byte sequence

Context

I identify more as a: