Skip to content

Commit

Permalink
ENH: logging nipype version
Browse files Browse the repository at this point in the history
  • Loading branch information
dohmatob committed Feb 20, 2018
1 parent 0ac38a1 commit 912969d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypreprocess/configure_spm.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def _find_spm_mcr_and_spm_dir(cli_spm_mcr, config_spm_mcr,
'nipype version {} too old.'
' No support for precompiled SPM'.format(nipype.__version__))
return None

_logger.info("using nipype version {}".format(nipype.__version__))
check_mcr = _IsValidMCR(cli_spm_dir, config_spm_dir, defaults)
spm_mcr_envs = _get_exported('spm_mcr_env_template',
templates_dict=defaults)
Expand Down

0 comments on commit 912969d

Please sign in to comment.