https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40934
Pedro Amorim (ammopt) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |k Status|Passed QA |Failed QA --- Comment #22 from Pedro Amorim (ammopt) <[email protected]> --- Hi all, the new --code/--exclude-code mutual-exclusivity check in process_message_queue.pl triggers even when one of the two flags is given without a value, killing the whole cron run. Before this patchset: perl misc/cronjobs/process_message_queue.pl -c The bare -c is silently ignored (bug 37075), all pending messages are processed as normal. After this patchset, this dies: perl misc/cronjobs/process_message_queue.pl -c --exclude-code DUEDGST The message "The options --code and --exclude-code are mutually exclusive" is shown, even though -c was never given a value. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
