Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 21, 2015
1 parent ab42a78 commit ec53f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stack_ide.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def boot_ide_backend(folder, env, response_handler):
process = subprocess.Popen(["stack", "ide", "start", project_name],
stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
cwd=folder, env=env,
universal_newlines=True,
creationflags=CREATE_NO_WINDOW
)

Expand Down

0 comments on commit ec53f16

Please sign in to comment.