Actions
Bug #2071
openxapain_indexer returns `log': wrong number of arguments (given 2, expected 0)
Start date:
Due date:
% Done:
0%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Running xapian_indexer.rb
in development mode the script returns the following error:
path/to/yard-0.9.36/lib/yard/globals.rb:20:in `log': wrong number of arguments (given 2, expected 0) (ArgumentError)
from plugins/redmine_dmsf/extra/xapian_indexer.rb:136:in `<main>'
In line 136 of xapian_indexer there is:
log "Redmine environment [RAILS_ENV=#{env}] correctly loaded ...", verbose
Updated by liaham about 1 year ago
- Target version changed from unreleased to unplanned
Actions