deploy: ensure progress is instantiated before trying to use it

This commit is contained in:
Hans-Christoph Steiner 2022-06-28 15:32:16 +02:00
parent d432c6396c
commit 13e165305d

View file

@ -443,6 +443,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
| git.remote.PushInfo.REMOTE_FAILURE | git.remote.PushInfo.REMOTE_FAILURE
| git.remote.PushInfo.REMOTE_REJECTED): | git.remote.PushInfo.REMOTE_REJECTED):
# Show potentially useful messages from git remote # Show potentially useful messages from git remote
if progress:
for line in progress.other_lines: for line in progress.other_lines:
if line.startswith('remote:'): if line.startswith('remote:'):
logging.debug(line) logging.debug(line)