Tweak to previous commit, fixes scons to survive when upstream is not found
This commit is contained in:
@@ -26,7 +26,7 @@ def get_command_output(*popenargs, **kwargs):
|
|||||||
cmd = kwargs.get("args")
|
cmd = kwargs.get("args")
|
||||||
if cmd is None:
|
if cmd is None:
|
||||||
cmd = popenargs[0]
|
cmd = popenargs[0]
|
||||||
raise
|
raise subprocess.CalledProcessError(retcode, cmd, output=output)
|
||||||
return output
|
return output
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
|||||||
Reference in New Issue
Block a user