Skip to content

Commit

Permalink
Specify return code when build interrupted. (#452)
Browse files Browse the repository at this point in the history
* Specify return code when build interrupted.

* [style] whitespace
  • Loading branch information
mikepurvis authored and wjwwood committed Apr 13, 2017
1 parent 714a955 commit 319846a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catkin_tools/verbs/catkin_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ def build_isolated_workspace(
wide_log("[build] Interrupted by user!")
event_queue.put(None)

return 130 # EOWNERDEAD return code is not part of the errno module.


def _create_unmerged_devel_setup(context, unbuilt):
# Find all of the leaf packages in the workspace
Expand Down

0 comments on commit 319846a

Please sign in to comment.