mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
Merge pull request #51 from matrix-org/daniel/gendoc
Print errors to stderr
This commit is contained in:
commit
5fbd534713
|
|
@ -104,7 +104,7 @@ def run_through_template(input):
|
|||
)
|
||||
except subprocess.CalledProcessError as e:
|
||||
with open(tmpfile, 'r') as f:
|
||||
print f.read()
|
||||
sys.stderr.write(f.read() + "\n")
|
||||
raise
|
||||
|
||||
def prepare_env():
|
||||
|
|
|
|||
Loading…
Reference in a new issue