timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
249 stars 23 forks source link

Settings should not be read on import #13

Closed rkern closed 10 years ago

rkern commented 10 years ago

frosted.settings does all of its work whenever it gets imported. This is fine for a command-line script, but it makes integrating frosted into a Python IDE impossible except by running the command-line script as a subprocess.

timothycrosley commented 10 years ago

Thanks for reporting! I agree this is not ideal, Will release a new version soon to resolve this.

timothycrosley commented 10 years ago

Thanks again for the suggestion, implemented dynamic settings in release 1.2.0