From a6605cdec40336a0966399caed582c0ffc89a9ca Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Fri, 13 Apr 2018 09:16:30 +0200 Subject: [PATCH] it's early in the morning... --- mail_to_misp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail_to_misp.py b/mail_to_misp.py index 6c476dd..fefaf08 100755 --- a/mail_to_misp.py +++ b/mail_to_misp.py @@ -155,9 +155,9 @@ try: attach_original_mail = config.attach_original_mail except Exception as e: syslog.syslog(str(e)) - print("There is a problem with the configuration. A mandatory configuration variable is not set." - print("Did you just update? mail_to_misp might have new configuration variables." - print("Please compare with the configuration example."). + print("There is a problem with the configuration. A mandatory configuration variable is not set.") + print("Did you just update? mail_to_misp might have new configuration variables.") + print("Please compare with the configuration example.") print("\nTrace:") print(e) sys.exit(-2)