m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

replaced exit() with sys.exit() #248

Closed mski-iksm closed 3 years ago

mski-iksm commented 3 years ago

As mentioned in https://github.com/m3dev/gokart/issues/247 , exit() may cause NameError.

I've replaced exit() with sys.exit().

Thank you for reporting the issue: @yuta100101