file_exists and _stat() in file_exists() are async, need to be awaited, but aren't. Fix that.Signed-off-by: Jan Lindemann <jan@janware.com>
file_exists and _stat() in file_exists() are async, need to be awaited, but aren't. Fix that.