From b2f627d209e08032f85a320ba40fa0663a1dbf5f Mon Sep 17 00:00:00 2001
From: Stuart Campbell <stuart@stuartcampbell.me>
Date: Fri, 5 Jun 2015 14:52:18 -0400
Subject: [PATCH] Update facility-code-changes.py

---
 Code/Tools/reports/facility-code-changes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Tools/reports/facility-code-changes.py b/Code/Tools/reports/facility-code-changes.py
index ca1a59792c0..6604c7801e9 100644
--- a/Code/Tools/reports/facility-code-changes.py
+++ b/Code/Tools/reports/facility-code-changes.py
@@ -131,7 +131,7 @@ if __name__ == '__main__':
             facility_added[date_key] = {}
             facility_removed[date_key] = {}
             
-            freading = open(facility-file-changes-{0}.stdout'.format(date_key),'r')
+            freading = open('facility-file-changes-{0}.stdout'.format(date_key),'r')
 
             # initialize facility counters
             for org in organisations:
-- 
GitLab