mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
deploy: ensure progress is instantiated before trying to use it
This commit is contained in:
parent
355afe2e69
commit
cb45764a07
1 changed files with 4 additions and 3 deletions
|
|
@ -453,6 +453,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
|
|||
| git.remote.PushInfo.REMOTE_FAILURE
|
||||
| git.remote.PushInfo.REMOTE_REJECTED):
|
||||
# Show potentially useful messages from git remote
|
||||
if progress:
|
||||
for line in progress.other_lines:
|
||||
if line.startswith('remote:'):
|
||||
logging.debug(line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue