From: Neil Smith Date: Mon, 30 Jan 2017 08:40:11 +0000 (+0000) Subject: Fixed error handling X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=e2a425305b71a75ab533896415158409fd45305a;hp=b327662ed5e003d5383f403b220172426dc64eb1;p=dmarc.git Fixed error handling --- diff --git a/dmarc_to_database b/dmarc_to_database index fb5d458..62d6a07 100755 --- a/dmarc_to_database +++ b/dmarc_to_database @@ -170,7 +170,7 @@ def write_report(connection, cursor, report): # print(insert_string, values) cursor.execute(insert_string, values) connection.commit() - except AttributeError: + except AttributeError: pass config = configparser.ConfigParser()