Comment 4 for bug 913721

Revision history for this message
Hannes (Neobis) (nb2) wrote :

maybe a simple improvement can be:

if attach and aeroo_ooo and report_xml.process_sep: # and instead of or
    #normal process....
    ...
elif attach or aeroo_ooo and not report_xml.process_sep:
   # do all stuff in 1 file
   ...