Skip to content
Snippets Groups Projects
Commit e6504761 authored by ale's avatar ale
Browse files

cleanup temporary key file

parent 82cfb694
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ def _stop_httpd(httpd): ...@@ -43,6 +43,10 @@ def _stop_httpd(httpd):
os.remove("test-httpd.pid") os.remove("test-httpd.pid")
except OSError: except OSError:
pass pass
try:
os.remove("public.key")
except OSError:
pass
def _query(url, host=None, cookie=None): def _query(url, host=None, cookie=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment