diff --git a/configtool.py b/configtool.py index 4628284..eac380b 100755 --- a/configtool.py +++ b/configtool.py @@ -297,7 +297,7 @@ class ConfigFrame(wx.Frame): cfgBuffer = list(open(path)) except: self.message("Unable to process config file %s." % fn, "File error") - return + return None, None for ln in cfgBuffer: if not ln.lstrip().startswith("#include"):