microsoft / ADBench

Benchmarking various AD tools.
MIT License
107 stars 40 forks source link

Remove duplication in choice of output directory #128

Closed tomjaguarpaw closed 5 years ago

tomjaguarpaw commented 5 years ago

os.path.join(ad_root_dir, "tmp") is already just in_dir

Tiny patch in preparation for in_dir to become configurable by commandline option in the future.