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/?p=dmarc.git;a=commitdiff_plain;h=HEAD 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()