Skip to content

BF: Only need to use imtest

Matthew Webster requested to merge bf/imtest into master

This script is potentially called with an extension-stripped filename by fsl_deface, which will cause the first file-existence test to erroneously fail. The imtest call will perform all necessary checks so the first test can be safely removed.

Merge request reports