From fd9bfb8302b2199bb25f4c309182ae00af43430e Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 26 Nov 2013 21:01:40 +1030 Subject: [PATCH] Fix indent error --- autoProcess/migratecfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcess/migratecfg.py b/autoProcess/migratecfg.py index 84624fa1..8bacc4d3 100644 --- a/autoProcess/migratecfg.py +++ b/autoProcess/migratecfg.py @@ -165,7 +165,7 @@ def migrate(): option, value = item confignew.set(section, option, value) - section = "ASCII" + section = "ASCII" original = [] try: original = configold.items(section)