Skip to content

Commit

Permalink
[fix] NotImplemented -> NotImplementedError, fix #89
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 14, 2016
1 parent 3208638 commit 1381b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbaron.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _convert_input_to_node_object_list(self, value, parent, on_attribute):
if isinstance(value, ProxyList):
return value

raise NotImplemented
raise NotImplementedError

@property
def bounding_box(self):
Expand Down

0 comments on commit 1381b41

Please sign in to comment.