Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #93 from d70-t/master
Browse files Browse the repository at this point in the history
actually use PYTHONPATH environment variable
  • Loading branch information
SpainTrain committed Nov 30, 2015
2 parents 14b32cb + 7fb3d25 commit a359709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports =
env = Object.create process.env,
PYTHONPATH:
value: _.compact([process.env.PYTHONPATH, projDir, pythonPath]).join path.delimiter
enumerable: true
format = @messageFormat
for pattern, value of {'%m': 'msg', '%i': 'msg_id', '%s': 'symbol'}
format = format.replace(new RegExp(pattern, 'g'), "{#{value}}")
Expand Down

0 comments on commit a359709

Please sign in to comment.