sebb wrote on Fri, 25 May 2018 14:14 +0100:
> The following fails because fname is not defined:
> 
> self.read(fname) [1]
> 
> it should be
> 
> self.read(self.fname)

Thanks for the report.  With that change, the [DEFAULT] section doesn't
get emptied by reload().  Would you like to send a patch that fixes that
as well (in addition to the NameError)?

Replies to dev@, please.

Cheers,

Daniel

Reply via email to