1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-27 11:28:57 +02:00

fix: interpolate file name

This commit is contained in:
aclist 2025-03-16 12:04:10 +09:00
parent 10c8555ddc
commit 38de9a8e9d
2 changed files with 2 additions and 2 deletions
helpers

View file

@ -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