Fixed SonarQube issues

This commit is contained in:
Akshay Joshi
2021-02-15 17:31:20 +05:30
parent 44cc7a308a
commit 3fc0cc3e92
10 changed files with 15 additions and 21 deletions

View File

@@ -438,8 +438,9 @@ def change_owner():
data={}
)
except Exception as e:
msg = 'Unable to update shared server owner' + _(str(e))
return internal_server_error(
errormsg='Unable to update shared server owner')
errormsg=msg)
@blueprint.route(