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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue