Private GIT

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

attempt correction on updates

parent 88b26cf1
No related branches found
No related tags found
No related merge requests found
......@@ -395,11 +395,6 @@ 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 failed", logger.ERROR)
logger.log(u"Output: "+str(output))
return False
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment