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

actually use PYTHONPATH environment variable #93

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

d70-t
Copy link
Contributor

@d70-t d70-t commented Nov 26, 2015

ChildProcess.spawn finally uses a for ... in loop
over the env object, which discards all non-enumerable
env attributes.

This should fix #86 as well.

Review on Reviewable

@d70-t
Copy link
Contributor Author

d70-t commented Nov 26, 2015

I am not sure, why the check is failing or if it maybe should fail. On my computer, pylint always issues a missing module docstring warning as soon as I open an empty file (also with the currently released version of linter-pylint). But I am also not very used to javascript / coffeescript development, so maybe I miss something.

Any thoughts?

@d70-t
Copy link
Contributor Author

d70-t commented Nov 26, 2015

I've just found that commit: 829822b, which might solve this check error but I am a little bit confused, where it stems from, because I don't find any references to it from any branch, just the Travis output referring to PR #91. Is it valid, to merge that commit into this PR as well?

@Arcanemagus
Copy link
Member

Merged in that PR as it looks like reviews had finished... only to find that commit had disappeared in one of their rebases. I've merged in a fix to the specs (and updated dependencies). Rebase your PR and the specs should be fixed.

ChildProcess.spawn finally uses a for ... in loop
over the env object, which discards all non-enumerable
env attributes.

This should fix AtomLinter#86 as well.
@d70-t
Copy link
Contributor Author

d70-t commented Nov 28, 2015

Thanks a lot, now it seems to be fine.

SpainTrain added a commit that referenced this pull request Nov 30, 2015
actually use PYTHONPATH environment variable
@SpainTrain SpainTrain merged commit a359709 into AtomLinter:master Nov 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PYTHONPATH does not work
3 participants