[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug in tools/server-side/svnpubsub/svnwcsub.py

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 25 May 2018 13:37:12 +0000

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
Received on 2018-05-25 15:37:24 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.