Hide Forgot
Description of problem: When I build a document with command: $ publican build --formats html, html-desktop --langs en-US html-desktop will not be generated, because before "html-desktop", there is a space. Version-Release number of selected component (if applicable): publican 3.0 How reproducible: always Steps to Reproduce: 1. publican build --formats html, html-desktop --langs en-US 2. 3. Actual results: Only html was generated. Expected results: html-desktop also can be generated. Additional info:
Space is not a valid prefix. The real bug here is that publican isn't catching invalid actions when they aren't the first action.
Added code to check number of actions and report an error if there are too many: $ publican build --formats html, html-desktop --langs en-US publican only accepts one action you supplied '2': build & html-desktop at /usr/bin/publican line 348 To ssh://git.fedorahosted.org/git/publican.git c1b69a6..7db69a5 master -> master
Verified in build t207