dyoder/befog

Warn, but do not crash, on invalid IDs

Opened this issue · 0 comments

Some commands iterate over a set of IDs. Sometimes these IDs are not valid. It happens. Someone could delete from the console or something. In such cases, we should warn that the config file contains an invalid ID, but no crash. Right now, we just crash.

Related to #22.