From d75f87768eabcfd74160a610e8679c138e835d37 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:48:03 +0900 Subject: [PATCH] chore: drop extraneous newline --- dzgui/app_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dzgui/app_init.py b/dzgui/app_init.py index 4644531..3502040 100644 --- a/dzgui/app_init.py +++ b/dzgui/app_init.py @@ -73,7 +73,6 @@ def copy_bare_configs(config: "Path", resolution: "Path") -> tuple[bool, bool]: ] config_changed = False state_changed = False - if config.parent.exists() is False: new_file = config old_file = config.parent.parent / conf