Skip to content

Commit

Permalink
Merge pull request #1027 from allmightyspiff/master
Browse files Browse the repository at this point in the history
fixed some style errors
  • Loading branch information
allmightyspiff committed Aug 29, 2018
2 parents d28da2d + ec5ea51 commit aa8acb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SoftLayer/managers/dedicated_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@ def _get_backend_router(self, locations, item):
if location['locationId'] is not None:
loc_id = location['locationId']
host = {
'cpuCount': cpu_count,
'memoryCapacity': mem_capacity,
'diskCapacity': disk_capacity,
'datacenter': {
'id': loc_id
}
'cpuCount': cpu_count,
'memoryCapacity': mem_capacity,
'diskCapacity': disk_capacity,
'datacenter': {
'id': loc_id
}
}
if item['keyName'].find("GPU") != -1:
host['pciDevices'] = gpuComponents
routers = self.host.getAvailableRouters(host, mask=mask)
Expand Down

0 comments on commit aa8acb9

Please sign in to comment.