Skip to content

Commit

Permalink
Merge 'dependencycycleerror-is-a-runtimeerror'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Jul 7, 2015
2 parents 717b3e6 + 7c2549d commit b020843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jeni.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, *a, **kw):
super(UnsetError, self).__init__(*a, **kw)


class DependencyCycleError(LookupError):
class DependencyCycleError(RuntimeError):
"""Note is not able to be provided, because it depends on itself."""
def __init__(self, *a, **kw):
self.notes = kw.pop('notes', None)
Expand Down

0 comments on commit b020843

Please sign in to comment.