Commit 8d365c32 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

what??! Correct r60225.

parent e0d30ef0
......@@ -143,7 +143,7 @@ class IdleUserConfParser(IdleConfParser):
try:
cfgFile = open(fname, 'w')
except IOError:
fname.unlink()
os.unlink(fname)
cfgFile = open(fname, 'w')
self.write(cfgFile)
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment