Skip to content

[Windows] Use default expansion for _colcon_python_executable#222

Merged
dirk-thomas merged 1 commit intocolcon:masterfrom
seanyen:patch-1
Sep 6, 2019
Merged

[Windows] Use default expansion for _colcon_python_executable#222
dirk-thomas merged 1 commit intocolcon:masterfrom
seanyen:patch-1

Conversation

@seanyen
Copy link
Copy Markdown
Contributor

@seanyen seanyen commented Sep 6, 2019

It seems to be a regression after #209, where it removed enabledelayedexpansion for _colcon_run_ordered_commands but forgot to revert the delay expansion usage. As a result, whenever the generated local_setup.bat runs, it throws out error: unable to find python executable even the Python executable exists.

It seems to be a regression after colcon#209, where it removed enabledelayedexpansion but forget to change the delay expansion usage back.
@seanyen
Copy link
Copy Markdown
Contributor Author

seanyen commented Sep 6, 2019

cc @dirk-thomas

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 6, 2019

Codecov Report

Merging #222 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   77.42%   77.42%           
=======================================
  Files          54       54           
  Lines        3109     3109           
  Branches      512      512           
=======================================
  Hits         2407     2407           
  Misses        675      675           
  Partials       27       27

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1081e1...89b5d7c. Read the comment docs.

@dirk-thomas dirk-thomas added bug Something isn't working review Waiting for review (Kanban column) labels Sep 6, 2019
@dirk-thomas dirk-thomas added this to the 0.4.1 milestone Sep 6, 2019
@dirk-thomas
Copy link
Copy Markdown
Member

Thank you for the fix.

@dirk-thomas dirk-thomas merged commit b8cef52 into colcon:master Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working review Waiting for review (Kanban column)

Development

Successfully merging this pull request may close these issues.

3 participants