Private GIT

Skip to content
Snippets Groups Projects
Commit 9d402245 authored by Sarakha63's avatar Sarakha63
Browse files

debuged

parent efaad220
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,11 @@ class GitUpdateManager(UpdateManager):
(files, insertions, deletions) = match.groups()
break
if None in (files, insertions, deletions):
logger.log(u"Didn't find indication of success in output, assuming git pull succeeded", logger.DEBUG)
logger.log(u"Output: "+str(output))
return True
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment