We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code can only run on Windows because other systems do not support the cmd command.
muzic/clamp/clamp.py
Line 127 in 4dc1c56
I have modified the command locally as follows:
p = subprocess.Popen(['python', 'inference/xml2abc.py', '-m', '2', '-c', '6', '-x', filename], stdout=subprocess.PIPE)
It runs correctly on macOS and I believe this command is also applicable to Windows and other operating systems.
Therefore, I suggest removing cmd /u /c.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code can only run on Windows because other systems do not support the cmd command.
muzic/clamp/clamp.py
Line 127 in 4dc1c56
I have modified the command locally as follows:
It runs correctly on macOS and I believe this command is also applicable to Windows and other operating systems.
Therefore, I suggest removing cmd /u /c.
The text was updated successfully, but these errors were encountered: