Skip to content
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

should not append semicolon ";" on Windows cmd or Powershell #64

Open
TonyApuzzo opened this issue Apr 21, 2018 · 1 comment
Open

should not append semicolon ";" on Windows cmd or Powershell #64

TonyApuzzo opened this issue Apr 21, 2018 · 1 comment

Comments

@TonyApuzzo
Copy link

the semicolon breaks usage of this module on Windows if you have PowerShell or cmd shell, and probably other shells since a trailing ; is not ignored by those shells.

@balaji-dutt
Copy link

An ugly hack that works:

On Line 262 of api.py change output = output.strip() + ";" to output = output.strip()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants