[Moin-devel] moin_dump problem

Nick Trout ntrout at rockstarvancouver.com
Fri Feb 7 15:01:04 EST 2003


I think line 63 in MoinMoin/scripts/moin_dump.py wants changing from:

        singlepage = hasattr(self.options, 'page')

to:

        singlepage = getattr(self.options, 'page')

The former version always returns 1, and thinks you are looking for the page
"1".

Nick






More information about the Moin-devel mailing list