tuna-f1sh / cyme

List system USB buses and devices; a lib and modern cross-platform lsusb that attempts to maintain compatibility with, but also add new features
GNU General Public License v3.0
141 stars 7 forks source link

Failed to parse system conifg (sic) #6

Closed pro-sumer closed 1 year ago

pro-sumer commented 1 year ago

Recently cyme is displaying this error:

Failed to parse system conifg at Some("/Users/rob/Library/Application Support/cyme"), using default: Error(No such file or directory (os error 2))

(at least fix the typo?)

tuna-f1sh commented 1 year ago

Sorry, that was due to a change of the system config logic so that it doesn’t exit on failing to parse a system config - I forgot to exclude NotFound, which is normal if the user hasn’t installed a config.

Also corrected typo.

Thanks for the report!