Mercurial > hg > drupalISMI
changeset 50:1be17309db79
small fix.
author | casties |
---|---|
date | Thu, 23 Feb 2017 19:57:36 +0100 |
parents | f8cd7db4178c |
children | 5a633e875490 |
files | importFromOpenMind/importer/check_ismi_transaction_log.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: