mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fix "local variable 'e' is assigned to but never used"
This commit is contained in:
parent
14127bf418
commit
fb02073cab
3 changed files with 3 additions and 3 deletions
2
fdroid
2
fdroid
|
@ -156,7 +156,7 @@ def main():
|
|||
# str(e) often doesn't contain a reason, so just show the backtrace
|
||||
except Exception as e:
|
||||
logging.critical(_("Unknown exception found!"))
|
||||
raise
|
||||
raise e
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue