Skip to content
Snippets Groups Projects
Commit 5a2427a9 authored by kaiyou's avatar kaiyou
Browse files

Try and keep root directory as long as possible

parent 10267650
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ def httpd(temp):
for pid in proc:
pid.terminate()
pid.wait()
del rootDirectory
def do_login(page, username, password):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment