Fixed code smell 'Unused local variables should be removed'.

This commit is contained in:
Yogesh Mahajan
2020-07-24 12:15:29 +05:30
committed by Akshay Joshi
parent 1fbf298d30
commit dd27e08a98
14 changed files with 16 additions and 16 deletions

View File

@@ -428,7 +428,7 @@ class PGChildNodeView(NodeView):
return internal_server_error(errormsg=msg)
except (ConnectionLost, SSHTunnelConnectionLost, CryptKeyMissing):
raise
except Exception as e:
except Exception:
return precondition_required(
gettext(
"Connection to the server has been lost."