GwR fix to output empty catalogs when no search results

This commit is contained in:
GRiker 2010-06-11 06:24:59 -06:00
parent b5b3712502
commit 781858ca15

View File

@ -83,7 +83,7 @@ class CSV_XML(CatalogPlugin):
if not len(data):
log.error("\nNo matching database entries for search criteria '%s'" % opts.search_text)
raise SystemExit(1)
#raise SystemExit(1)
# Get the requested output fields as a list
fields = self.get_output_fields(opts)