sscpac/statick

Do not write files if no output directory is specified

tdenewiler opened this issue · 1 comments

Some plugins are writing log files even if no output directory is specified. We should stop doing that. Other plugins have temporary build files created for analysis. Those plugins should clean up after themselves if no output directory is specified.

Fixed in #326.