when things arent implemented yet raise exception, not pdb
This commit is contained in:
parent
1c8af2881a
commit
0927e107fb
@ -52,4 +52,4 @@ class EC2Response(object):
|
||||
response = sub_response(querystring)
|
||||
method = getattr(response, action)
|
||||
return method()
|
||||
import pdb;pdb.set_trace()
|
||||
raise NotImplementedError("The {} action has not been implemented".format(action))
|
||||
|
Loading…
Reference in New Issue
Block a user