Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Differentiate between error cases in file_helper.py #64

Open Apollys opened 2 years ago

Apollys commented 2 years ago

Silently ignoring all errors in file/folder creation, moving, and copying causes difficult-to-assess failures related to permissions.

The only error we should ignore is: create directory - directory already exists.