You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/07 01:01:19 UTC

svn commit: r1728895 - /comdev/reporter.apache.org/trunk/site/chi.py

Author: sebb
Date: Sun Feb  7 00:01:19 2016
New Revision: 1728895

URL: http://svn.apache.org/viewvc?rev=1728895&view=rev
Log:
Mistake, revert

Modified:
    comdev/reporter.apache.org/trunk/site/chi.py

Modified: comdev/reporter.apache.org/trunk/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/chi.py?rev=1728895&r1=1728894&r2=1728895&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/chi.py (original)
+++ comdev/reporter.apache.org/trunk/site/chi.py Sun Feb  7 00:01:19 2016
@@ -228,7 +228,6 @@ if m:
                 'group': group,
                 'cscore': s
             })
-        os.remove("/var/www/reporter.apache.org/data/health.json") # just in case
         with open("/var/www/reporter.apache.org/data/health.json", "w") as f:
             json.dump(notes, f, indent=1)
             f.close()