diff sat_pubsub/error.py @ 423:af73d57829ed

error: fixed NotLeafNodeError class definition
author Goffi <goffi@goffi.org>
date Mon, 01 Jun 2020 12:24:39 +0200
parents 794593086517
children 074037832daf
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"""