Skip to content

Prevent `FileNotFoundError` error when the user provides `--config None`

Charlie Hoy requested to merge file_exists_none into master

The purpose of this MR is to prevent CheckFilesExistAction from raising a FileNotFoundError when the user provides --config None.

Merge request reports