Commit 1cbf5798 authored by Tom Niget's avatar Tom Niget

Fix path

parent d4a7e0f5
......@@ -18,7 +18,7 @@ from pathlib import Path
from re6st.tests import tools
from re6st.tests import DEMO_PATH
WORK_DIR = "temp_net_test"
WORK_DIR = Path("temp_net_test")
DH_FILE = DEMO_PATH / "dh2048.pem"
RE6STNET = f"{sys.executable} -m re6st.cli.node"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment