mirror of
https://github.com/aclist/dztui.git
synced 2025-06-27 11:28:57 +02:00
parent
10c8555ddc
commit
38de9a8e9d
2 changed files with 2 additions and 2 deletions
helpers
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue