Skip to content

Changes

Summary

  1. scripts/osmotestconfig: rmtree: no ignore_errors (details)
Commit 6c6254aaa0a26c89bda0a810b47ccf34ee6cef85 by Oliver Smith
scripts/osmotestconfig: rmtree: no ignore_errors

Do not ignore errors with shutil.rmtree(). The script expects to be able
to delete the directory, otherwise it will fail later on. So this hides
the original error and leads to a more confusing error later on.

Change-Id: I41616bb27af0d8b7da124ef309cd4a6e53be6597
The file was modified scripts/osmotestconfig.py