summaryrefslogtreecommitdiff
path: root/ick2/persistent.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/persistent.py')
-rw-r--r--ick2/persistent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2/persistent.py b/ick2/persistent.py
index 535bdc0..52c5aa0 100644
--- a/ick2/persistent.py
+++ b/ick2/persistent.py
@@ -116,7 +116,7 @@ class FilePersistentState(PersistentStateInterface):
class NotFound(Exception):
- def __init__(self, kind=None, rid=None):
+ def __init__(self, kind, rid):
super().__init__(
'Resource {}:{} not found'.format(
kind or "unknown", rid or "unknown"))