mandatoryprogrammer / TrustTrees

A Tool for DNS Delegation Trust Graphing
Apache License 2.0
403 stars 70 forks source link

Create output directory if it does not exist #6

Closed iepathos closed 5 years ago

iepathos commented 7 years ago

removed unused sys import and added check to create output directory if it doesn't exist already which by default it does not. Fixes error: IOError: [Errno 2] No such file or directory: './output/

KevinHock commented 5 years ago

Thank you for making this @iepathos. I believe #3 fixed this.