when things arent implemented yet raise exception, not pdb
This commit is contained in:
parent
1c8af2881a
commit
0927e107fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue