summaryrefslogtreecommitdiff
path: root/tests/topotests/munet/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/munet/parser.py')
-rw-r--r--tests/topotests/munet/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/munet/parser.py b/tests/topotests/munet/parser.py
index f92138d7b8..4fc0c75a60 100644
--- a/tests/topotests/munet/parser.py
+++ b/tests/topotests/munet/parser.py
@@ -235,7 +235,7 @@ def load_kinds(args, search=None):
if search is None:
search = [cwd]
with importlib.resources.path("munet", "kinds.yaml") as datapath:
- search.append(str(datapath.parent))
+ search.insert(0, str(datapath.parent))
configs = []
if args_config: