diff --git a/fsl/utils/imcp.py b/fsl/utils/imcp.py index 47a50902557f9314a1ec9790a7d1f8b50ff08bd7..b39b75375671ada48bb39654d34ec9911b29a858 100644 --- a/fsl/utils/imcp.py +++ b/fsl/utils/imcp.py @@ -75,6 +75,10 @@ def imcp(src, # again to get its extension srcBase, srcExt = fslimage.splitExt(src) + if not op.exists(src): + raise fslpath.PathError('imcp error - source path ' + 'does not exist: {}'.format(src)) + # Figure out the destination file # extension/type. If useDefaultExt # is True, we use the default