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

Let aws.cmd find python.exe on paths with spaces #825

Merged
merged 1 commit into from
Jul 7, 2014

Conversation

joeyespo
Copy link
Contributor

Before this commit, you'd get a vague "\Python\python.exe was unexpected at this time." message
when Python is installed in "C:\Program Files (x86)\Python". This fix always surrounds the
PythonExe variable's value with quotes so if [%PythonExe%]==[""] doesn't break.

Before this commit, you'd get a vague "\Python\python.exe was unexpected at this time." message
when Python is installed in "C:\Program Files (x86)\Python". This fix always surrounds the
PythonExe variable's value with quotes so `if [%PythonExe%]==[""]` doesn't break.
@jamesls jamesls merged commit ef66982 into aws:develop Jul 7, 2014
jamesls added a commit that referenced this pull request Jul 7, 2014
@jamesls
Copy link
Member

jamesls commented Jul 7, 2014

Merged, thanks!

jamesls added a commit that referenced this pull request Jul 10, 2014
* release-1.3.22:
  Bumping version to 1.3.22
  Update CHANGELOG with the latest features
  Update completer test with new services
  Update changelog with #825
  Add changelog entry for #834
  Fix changelog entry for merge of #831
  Added test_cancel_after_upload_id to test_tasks
  Update changelog with fix for #549
  Disable fix_s3_host when --endpoint-url is given
  Fixes issue #834
  Update changelog with bugfix
  Add validation to ensure we don't mv a file onto itself
  Let aws.cmd find python.exe on paths with spaces.
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
* Enable .NET Core debugging

* Minor improvements

* Fix code formatting
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

Successfully merging this pull request may close these issues.

2 participants