mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-19 03:06:17 +00:00
If a file/directory doesn't exist, os.Stat() returns an error. Assert the returned value with os.IsNotExist() to prevent it from failing. Fixes: #2920 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>