Skip to content

Commit

Permalink
Merge branch 'master' into cottsay/more-build-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Sep 13, 2023
2 parents 61dfd7b + 63f95b4 commit b671c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colcon_core/task/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ async def _undo_develop(self, pkg, args, env):
]
completed = await run(
self.context, cmd, cwd=args.build_base, env=env)
if not completed.returncode:
os.remove(setup_py_build_space)
return completed.returncode

def _undo_install(self, pkg, args, setup_py_data, python_lib):
Expand Down

0 comments on commit b671c38

Please sign in to comment.