kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Fix error messages in paths.rs #227

Closed stoeckmann closed 2 years ago

stoeckmann commented 2 years ago

Print which directory creation failed by using the target directory name in error messages. Also, while at it, unify the function bodies where possible, i.e. when functions do pretty much the same.

kpcyrd commented 2 years ago

Thanks! :heart: