1
0
Fork 0

changed Error to Info

fixes #155
This commit is contained in:
Christian Kühnel 2020-04-17 16:25:27 +02:00
parent aea569d4c8
commit 140d9f6f59

View file

@ -136,8 +136,7 @@ class ApplyPatch:
self.repo.git.push('origin', 'master')
print('refresh of master branch completed')
except GitCommandError as e:
print('Error: could not push to origin master.')
print(e)
print('Info: Could not push to origin master.')
def _create_branch(self, base_revision: Optional[str]):
self.repo.git.fetch('--all')