Skip to content

Commit

Permalink
as seen in GYP3 this seems to be the solution here too
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart committed Oct 17, 2019
1 parent 34dcfad commit b695898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gyp/pylib/gyp/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ def ExpandVariables(input, phase, variables, build_file):
p_stdout, p_stderr = p.communicate('')

if p.wait() != 0 or p_stderr:
sys.stderr.write(p_stderr.decode('utf-8'))
raise GypError("Call to '%s' returned exit status %d while in %s." %
(contents, p.returncode, build_file))
replacement = p_stdout.rstrip()
Expand Down

0 comments on commit b695898

Please sign in to comment.