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