Cleanup: ws & ignore errors removing a dir
This commit is contained in:
@@ -267,5 +267,6 @@ if __name__ == '__main__':
|
|||||||
p = server()
|
p = server()
|
||||||
unittest.main(exit=False)
|
unittest.main(exit=False)
|
||||||
p.terminate()
|
p.terminate()
|
||||||
shutil.rmtree(TEMP_SERVER)
|
|
||||||
|
shutil.rmtree(TEMP_SERVER, ignore_errors=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user