msuhanov / dfir_ntfs

An NTFS/FAT parser for digital forensics & incident response
GNU General Public License v3.0
191 stars 29 forks source link

use tqdm if available #11

Closed Sim4n6 closed 2 years ago

Sim4n6 commented 4 years ago

Anytime you need tqdm, you have to use tqdm_if_available() rather than tqdm(). It will yield the same results.

Thank you