From 94b676d91382267e7429bd68362019868affd9d1 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 13 Feb 2023 17:19:18 +0100 Subject: Update --- util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.py') diff --git a/util.py b/util.py index 545bcb5..2712525 100644 --- a/util.py +++ b/util.py @@ -14,7 +14,7 @@ def load_config(filename): args = config["args"] if "base" in config: - args = load_config(Path(filename).parent.joinpath(config["base"])) | args + args = load_config(Path(filename).parent / config["base"]) | args return args -- cgit v1.2.3-54-g00ecf