Private GIT

Skip to main content
Sign in
Snippets Groups Projects
Commit 9ba36dc3 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix a possible crash bug in the version checker

parent 61093712
Branches
Tags
No related merge requests found
......@@ -201,7 +201,7 @@ class GitUpdateManager(UpdateManager):
if platform.system().lower() == 'darwin':
git_locations.append('/usr/local/git/bin/git')
output = None
output = err = None
for cur_git in git_locations:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment