SimGus / Chatette

A powerful dataset generator for Rasa NLU, inspired by Chatito
MIT License
318 stars 56 forks source link

-o/--out command line parameter not work #12

Closed iorilu closed 5 years ago

iorilu commented 5 years ago

I checked the source code , it seems not use the parameter , always use "output"

dir_path = os.path.join(dir_path, "output")

SimGus commented 5 years ago

Indeed, it's a mistake. I will fix it ASAP.

Thanks a lot for the report.

SimGus commented 5 years ago

It is now fixed on branch dev and will be merged back into master and on PyPI when the next update is released.

SimGus commented 5 years ago

This issue is now fixed in v1.3.2 (available on PyPI).

Thanks again for the report.