rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
101 stars 38 forks source link

Error with parameter --skip-steps #152

Closed seb49 closed 4 months ago

seb49 commented 4 months ago

Hi,

It's a great job you have done.

I discover a mistake with the parameter --skip-steps, the code it wait --skip_steps whith underscore

https://github.com/rwnx/pynonymizer/blob/cead26199bfda1b4e4c179d5f314f5ec682f8c11/pynonymizer/cli.py#L67

Regards

rwnx commented 4 months ago

Great spot! that will be fixed over the next few days. Thanks for the report!

rwnx commented 4 months ago

should be fixed in v2.1.1, please comment if you continue to have issues!