Hopefully fixed boot_supercollider (FoxDot --boot) for linux distros#210
Open
moz-ljp wants to merge 4 commits intoQirky:masterfrom
Open
Hopefully fixed boot_supercollider (FoxDot --boot) for linux distros#210moz-ljp wants to merge 4 commits intoQirky:masterfrom
moz-ljp wants to merge 4 commits intoQirky:masterfrom
Conversation
Currently is_proc_running always returns false as the old method has since been outdated and now not functioning. Using the --boot flag on windows functions well.
Contributor
Author
|
Changed --boot method so it functions well on windows. Old method for checking if running became outdated and stopped functioning. |
Owner
|
You actually want to update the FoxDot/init.py file, the init.py in the immediate folder needs deleting and is causing some users some weirdness to happen so if you don't mind moving your changes to there I'll take a look :) |
Contributor
Author
|
Ah sorry, I'll take a look and get back to you,
Cheers, Louis
…On Wed, 8 Apr 2020, 8:41 pm Ryan Kirkbride, ***@***.***> wrote:
You actually want to update the FoxDot/*init*.py file, the *init*.py in
the immediate folder needs deleting and is causing some users some
weirdness to happen so if you don't mind moving your changes to there I'll
take a look :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#210 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJNQSRM2MRZWOHIB73QF2RTRLTHO3ANCNFSM4IZP3NOQ>
.
|
Owner
|
No worries - I'm not sure what happened but there are two |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There was a 'return False' missing that I must've forgotten