# HG changeset patch # User casties # Date 1487876256 -3600 # Node ID 1be17309db7985a5aa6519d2d59e92c8792acafe # Parent f8cd7db4178ca5d52b228f028aa09103fc345868 small fix. diff -r f8cd7db4178c -r 1be17309db79 importFromOpenMind/importer/check_ismi_transaction_log.py --- a/importFromOpenMind/importer/check_ismi_transaction_log.py Thu Feb 23 19:57:05 2017 +0100 +++ b/importFromOpenMind/importer/check_ismi_transaction_log.py Thu Feb 23 19:57:36 2017 +0100 @@ -404,7 +404,7 @@ elif '* END ...save previous' in line: savingPrev -= 1 - if saving < 0: + if savingPrev < 0: log("ERROR", "Too many END save previous!") elif 'save previous' in line: