Author: sebb
Date: Tue Nov 3 22:30:29 2015
New Revision: 1712428
URL: http://svn.apache.org/viewvc?rev=1712428&view=rev
Log:
Ensure errors are logged
Modified:
comdev/reporter.apache.org/trunk/scripts/readjira.py
Modified: comdev/reporter.apache.org/trunk/scripts/readjira.py
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/readjira.py?rev=1712428&r1=1712427&r2=1712428&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/readjira.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/readjira.py Tue Nov 3 22:30:29
2015
@@ -14,6 +14,7 @@
It is assumed that the job is run as frequently as necessary to keep the
files updated
"""
+import errtee
import re, os, json, base64, time
try:
from urllib.request import urlopen, Request