# HG changeset patch # User Goffi # Date 1591007079 -7200 # Node ID af73d57829ed7be8fdef196309d81bef09c9fc52 # Parent c21f31355ab9fe8774bee92a88baba6218a361bc error: fixed NotLeafNodeError class definition diff -r c21f31355ab9 -r af73d57829ed sat_pubsub/error.py --- a/sat_pubsub/error.py Tue Mar 10 11:11:38 2020 +0100 +++ b/sat_pubsub/error.py Mon Jun 01 12:24:39 2020 +0200 @@ -86,7 +86,7 @@ """ -def NotLeafNodeError(Error): +class NotLeafNodeError(Error): """a leaf node is expected but we have a collection"""