-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detecting the path variable #67
Conversation
There seem to be multiple commits in this pull request? Have we not merged something? |
You should be able to rebase this pull request on the latest master and then resend it. |
@mithro ok so the previous commits are gone. How do I remove the "merge branch" commits from showing up here |
The merge commits will go away if you do a rebase instead of a merge. |
@mithro finally done! |
Ahh! Looking at now. |
cmd = self.path | ||
cmd = '' | ||
if not self.path: | ||
srv_location = spawn.find_executable('gst-switch-srv') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does spawn come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from distutils import spawn
First priority - Take the path provided
Fallback to extract from $PATH. Takes first occurrence in the order of $PATH