Skip to content

Unbreak setup when no `git` exectuable in path

Lukas Platz requested to merge unbreak_setup_missing_git into NIFTy_7

If there is no git executable in the PATH of the installing shell, the setup will fail because the setup.py write_version function will raise a FileNotFoundError exception.

Fix this by catching the exception.

Merge request reports