mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
fix exception handling in dscanner and update.py
This commit is contained in:
parent
c45c4041a5
commit
c15f02ed68
2 changed files with 7 additions and 7 deletions
|
|
@ -302,7 +302,7 @@ class DockerDriver(object):
|
|||
msg = msg.format(c, t, int(c / t * 100), j)
|
||||
sys.stdout.write(msg)
|
||||
sys.stdout.flush()
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
print("\nDONE!\n")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue