diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad8a4e620..5391c4f4a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -79,11 +79,12 @@ - [FantasqueX](https://www.github.com/FantasqueX) - [Ovi3](https://github.com/Ovi3) - [u21h2](https://www.github.com/u21h2) -- [Valentijn Scholten](https://www.github.com/valentijnscholten) - [ajcriado](https://www.github.com/ajcriado) - [archdiote](https://www.github.com/archidote) - [jxdv](https://github.com/jxdv) - [Xeonacid](https://github.com/Xeonacid) +- [Valentijn Scholten](https://www.github.com/valentijnscholten) + Special thanks to all the people who are named here! diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 68c4b355a..49207136f 100755 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -162,7 +162,7 @@ def setup(self): ) exit(1) - if options["autosave_report"]: + if options["autosave_report"] and not options["output"] : self.report_path = options["output_path"] or FileUtils.build_path( SCRIPT_PATH, "reports" )