JustAMan / pyWinClobber

A set of Python scripts to clobber some free space out of Windows installations. Use at your own risk!
MIT License
58 stars 9 forks source link

Incomplete driver directory (missing .inf file) causes program to crash #8

Closed JustAMan closed 10 years ago

JustAMan commented 10 years ago

Example traceback:

C:\tmp\pyWinClobber-1.0.1>python driver_cleanup.py Reading all OEM drivers... done Reading oem*.inf files... done Parsing DriverStore... Traceback (most recent call last): File "driver_cleanup.py", line 287, in main() File "driver_cleanup.py", line 254, in main with open(os.path.join(driverRepo, driverDir, infName), 'rb') as f: IOError: [Errno 2] No such file or directory: 'C:\Windows\system32\DriverStore\FileRepository\snp2uvc.inf_x86_neutral_172184aba6eb6ffe\snp2uvc.inf'

JustAMan commented 10 years ago

Fixed at https://github.com/JustAMan/pyWinClobber/releases/tag/v1.0.2