diff --git a/check_update.py b/check_update.py index 1360fe4d3..441a1e7cb 100644 --- a/check_update.py +++ b/check_update.py @@ -42,6 +42,7 @@ def check_and_apply_update(repo=local_repo, remote_name='origin'): tree, [repo.head.target, remote_id]) repo.state_cleanup() + result = 'Conflict detected when trying to update.' else: raise AssertionError('Unknown merge analysis result')