From: Andrew Lorimer Date: Sun, 26 Aug 2018 11:16:55 +0000 (+1000) Subject: mail debugging X-Git-Url: https://git.lorimer.id.au/logparse.git/diff_plain/509f1aac1e599b76c36a3967ecdc463772e3833a mail debugging --- diff --git a/logparse.py b/logparse.py index 4035e0c..c40b29f 100755 --- a/logparse.py +++ b/logparse.py @@ -268,6 +268,7 @@ def truncl(input, limit): # truncate list def mailprep(inputpath, output, *stylesheet): logger.debug("converting stylesheet to inline tags") old = readlog(inputpath) + logger.debug(config['css']) pm = premailer.Premailer(old, external_styles=config['css']) MAILOUT = pm.transform() logger.info("converted stylesheet to inline tags")