mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
lots of fixes based on kegan's review of https://github.com/matrix-org/matrix-doc/pull/13
This commit is contained in:
parent
e60ffd6909
commit
d40f6c1d7c
|
|
@ -101,8 +101,8 @@ def prepare_env():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def cleanup_env():
|
def cleanup_env():
|
||||||
pass
|
#pass
|
||||||
#shutil.rmtree("./tmp")
|
shutil.rmtree("./tmp")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
prepare_env()
|
prepare_env()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue