Skip to content

BUG: Attribute does not exist if _haveGit False

If Python is not built with SSL support, the variable _haveGit is set to False. In that case, some command line arguments are not defined. These arguments should be tested only if _haveGit is True.

Merge request reports