Scenario:
- Open the Workflow Designer.
- Click the "Create element with external tool" button.
- Select some existing tool in "Integrated external tools".
- Follow the wizard until the "Command" page.
- Set command:
%UGENE_PYTHON2% -h
- Finish the wizard configuration and run the workflow.
Expected result: There are no errors in the log.
Current result:[ERROR][15:34] -t : issue warnings about inconsistent tab usage (-tt: issue errors) [ERROR][15:34] PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.
The reason is that UGENE automatically catches lines with "error" string and puts this lines to the log. This behavior should be switched off completely for elements with external tools.