mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 10:17:31 +02:00
Merge branch 'feat/server-notebook' of github.com:aclist/dzgui-devel into feat/server-notebook
This commit is contained in:
commit
3d53ee7ea0
@ -65,6 +65,10 @@ def main() -> None:
|
||||
XDG = parse_filepaths(xdg_paths)
|
||||
# TODO: ensure state path is created
|
||||
|
||||
# NOTE: required for logs to be written
|
||||
if XDG.debug.is_file() is False:
|
||||
XDG.debug.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
if has_new_config(XDG.config) is False:
|
||||
migrate_legacy_conf(XDG.config)
|
||||
migrate_cols_file(XDG.columns)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user