diff options
Diffstat (limited to 'circulate/sslc_bug.py')
-rw-r--r-- | circulate/sslc_bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circulate/sslc_bug.py b/circulate/sslc_bug.py index b018cfa..d7be3cb 100644 --- a/circulate/sslc_bug.py +++ b/circulate/sslc_bug.py @@ -1,7 +1,7 @@ science = {} for record in open('sslc1.txt'): - record = record.strip() +# record = record.strip() fields = record.split(';') region_code = fields[0].strip() |