Skip to content

Commit

Permalink
fixing identation error
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebonadio-zz committed May 28, 2015
1 parent 0ae5a71 commit 0fc1575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networkapi/rack/resource/RackDeleteResource.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def handle_delete(self, request, user, *args, **kwargs):
#Removing environment automatically removes all vlans
#desativar_remover_vlan_rede(user, rack)
#remover_ambiente(user, rack)
pass
except:
raise RackError(None, u'Failed to remove the Vlans and Environments.')

Expand Down

0 comments on commit 0fc1575

Please sign in to comment.