leandroarndt / msfs_livery_tools

MSFS Livery Tools
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

FileNotFoundError at vfs.py line 188 #22

Open leandroarndt opened 4 months ago

leandroarndt commented 4 months ago

From MSFS forum: package scan throws FileNotFoundError at line 188 if scan depth > 0 for that user (I've not been able to reproduce the error).

e9a0e2747911cbb14fe17ffa85fe1f9974dd2d28

There is no try … except there.

leandroarndt commented 4 months ago

From all research made, this does not seem to be a MSFS Livery Tools bug – more probably, it is the result of an issue with the file system that I cannot reproduce. There is no reference anywhere to WinError 3 using Path().glob(), which only propagates OS errors. I may add some code to the program which will alert the user about issues with package scanning.