From 38de9a8e9dbd783062e4abfa021f6f8291f3fe3b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:04:10 +0900 Subject: [PATCH] fix: interpolate file name --- dzgui.sh | 2 +- helpers/ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 24b65b1..fa96958 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -587,7 +587,7 @@ fetch_helpers_by_sum(){ [[ -f "$config_file" ]] && source "$config_file" declare -A sums sums=( - ["ui.py"]="121f27e51c945d78e97b77397d3c5173" + ["ui.py"]="f6e8b113e586a4bb2ea40c9ee56ebc95" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["funcs"]="f6e8b113e586a4bb2ea40c9ee56ebc95" diff --git a/helpers/ui.py b/helpers/ui.py index 1995e83..4180957 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -885,7 +885,7 @@ class OuterWindow(Gtk.Window): data = json.load(infile) valid_json = True except json.decoder.JSONDecodeError: - logger.critical("JSON decode error in '%s'" %(geometry_path)) + logger.critical("JSON decode error in '%s'" %(res_path)) valid_json = False else: valid_json = False