bots-edi / bots

Bots EDI Translator
GNU General Public License v3.0
136 stars 84 forks source link

"Run user-indicated re-receives" always trigger "rereceive" and "new" runs; was it done on purpose? #62

Open maxpshaw opened 5 years ago

maxpshaw commented 5 years ago

Every time I click "Run user-indicated re-receives" in the portal, it always do "rereceive" and "new" runs and I think this condition (if not new and not do_cleanup) is doing that.. how come it was changed from if not commandstorun and not do_cleanup_parameter: to if not new and not do_cleanup: in src/bots/engine.py?