From f23549786de05284bb814ca9a771142ee0d78a41 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 27 Mar 2020 14:54:47 +0100 Subject: [PATCH] fix typo --- catcli/noder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catcli/noder.py b/catcli/noder.py index fc49110..c550235 100644 --- a/catcli/noder.py +++ b/catcli/noder.py @@ -89,7 +89,7 @@ class Noder: # maccess changed old_maccess = node.maccess if float(maccess) > float(old_maccess): - self._debug('macess changed for \"{}\"'.format(path)) + self._debug('maccess changed for \"{}\"'.format(path)) return node, True # test hash if self.hash and node.md5: