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