changeset 423:af73d57829ed

error: fixed NotLeafNodeError class definition
author Goffi <goffi@goffi.org>
date Mon, 01 Jun 2020 12:24:39 +0200
parents c21f31355ab9
children 3fce48c0a44d
files sat_pubsub/error.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"""