diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/onfailure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/onfailure.py b/python/onfailure.py index 17bb867b..c049ee56 100644 --- a/python/onfailure.py +++ b/python/onfailure.py @@ -1,6 +1,5 @@ from systemd import journal import os -import argparse import sys if os.environ["EXIT_STATUS"] != "0": @@ -17,4 +16,5 @@ if os.environ["EXIT_STATUS"] != "0": f"{service} failed", "\n".join(content), ("fyu@lmcg.com", "ghorel@lmcg.com"), + save_copy=False, ) |
