Skip to content

Commit

Permalink
Use console instead of logger in config
Browse files Browse the repository at this point in the history
This allows to show the `PYTHONPATH` error in the test script.
  • Loading branch information
francoischalifour committed Mar 3, 2017
1 parent b006336 commit 54aca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const logger = new winston.Logger({
})

if (!pythonPath) {
logger.error(
console.error(
`No Python interpreter specified
Please set your default interpreter to Python 3:
$ export PYTHONPATH=$(which python3)
Expand Down

0 comments on commit 54aca77

Please sign in to comment.