alucryd / oxyromon

Rusty ROM OrgaNizer
Other
121 stars 13 forks source link

Can't change ROM_DIRECTORY #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

Can't change ROM_DIRECTORY if already configured one doesn't exist.

> oxyromon config -s ROM_DIRECTORY ~/games/emulation/
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: SimpleError { err: "Failed to getcanonicalized path for /home/user/Emulation, could not canonicalize `/home/user/Emulation`" }', src/config.rs:149:73
alucryd commented 3 years ago

Thanks for the report, just pushed 0c6e29dd0f23997fefefc2d1d00408af31281c51 which should fix this issue.

ghost commented 3 years ago

Fixed, thanks.