Fixed code smell 'variable shadows a builtin' reported by SonarQube.

This commit is contained in:
Aditya Toshniwal
2020-07-28 16:20:26 +05:30
committed by Akshay Joshi
parent 46ba0310fa
commit a0893fe43b
5 changed files with 74 additions and 74 deletions

View File

@@ -565,8 +565,7 @@ def create_server(server):
conn.commit()
conn.close()
type = get_server_type(server)
server['type'] = type
server['type'] = get_server_type(server)
# Add server info to parent_node_dict
regression.parent_node_dict["server"].append(
{