typo
This commit is contained in:
parent
d028f98655
commit
203fd82b34
|
@ -105,7 +105,7 @@ class OptionsParser:
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
return str(e)
|
return str(e)
|
||||||
try:
|
try:
|
||||||
gajim.config.foreach(self.write_line, fd)
|
gajim.config.foreach(self.write_line, f)
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
return str(e)
|
return str(e)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
Loading…
Reference in New Issue