if `/dev/null` is passed as `fsdbRoot` the execution raise: ``` [Errno 20] Not a directory: '/dev/null/.fsdb.conf' ``` #### Solution: Check if the given fsdbRoot is a directory before calling `config_exists`