From 2ffd6414bb991ef06c2e6101bccca13daf912128 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Tue, 28 Jan 2020 18:21:57 +0100 Subject: [PATCH] my bad... --- cronwrapper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronwrapper/__init__.py b/cronwrapper/__init__.py index f77d654..212a295 100755 --- a/cronwrapper/__init__.py +++ b/cronwrapper/__init__.py @@ -195,7 +195,7 @@ def main(): if res in args.success_exit_codes: # Possible success, check error output - re_checks = [re.compile(r) for r in args.err_re] + re_checks = [re.compile(r) for r in args.ignore_error] ok = True with open(errfile, 'r') as f: for line in f: