Skip to content

Commit

Permalink
stages: removing OS X nonfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohren committed Jan 19, 2016
1 parent 8c281c3 commit 185c94a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions catkin_tools/execution/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def __init__(
env = env or {}
env.update(self.env_overrides)

# OS X runs out of PTYs if emulate_tty is enabled
if sys.platform == 'darwin':
emulate_tty = False

self.async_execute_process_kwargs = {
'cmd': cmd,
'cwd': cwd or os.getcwd(),
Expand Down

0 comments on commit 185c94a

Please sign in to comment.