[ZCM] [ZC] 1849/ 2 Reject "NameError in FileStorage.py"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Jul 25 10:12:10 EDT 2005


Issue #1849 Update (Reject) "NameError in FileStorage.py"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1849

==============================================================
= Reject - Entry #2 by efge on Jul 25, 2005 10:12 am

 Status: Pending => Rejected

Duplicate of http://www.zope.org/Collectors/Zope/1830

________________________________________
= Request - Entry #1 by Anonymous User on Jul 25, 2005 9:11 am

Got this error upon startup with a probably corrupted datafile :
  File "/lmn/build/Frontier/20050618/opt/Zope-2.8.0-final/lib/python/ZODB/FileStorage/FileStorage.py", line 1733, in read_index
    if prev:
NameError: global name 'prev' is not defined

Looking at the source code, it looks like it should be :
"if h.prev:"
and not :
"if prev:"


==============================================================



More information about the Zope-Collector-Monitor mailing list