multi-doc filter: getnext error would cause uncaught exception because of access to uninitialized eof variable

This commit is contained in:
Jean-Francois Dockes 2011-11-04 17:32:14 +01:00
parent fcf65e3118
commit ea61e85b8f

View File

@ -112,6 +112,7 @@ class RclExecM:
# If we have an ipath, that's what we look for, else ask for next entry
ipath = ""
eof = True
self.mimetype = ""
try:
if params.has_key("ipath:") and len(params["ipath:"]):