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

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

From: sebb <sebbaz_at_gmail.com>
Date: Fri, 25 May 2018 14:14:56 +0100

The following fails because fname is not defined:

self.read(fname) [1]

it should be

self.read(self.fname)

[1] http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py?view=markup#l378
Received on 2018-05-25 15:15:12 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.