feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit 3da7aedd7f - Show all commits

View File

@@ -45,8 +45,7 @@ def get_client_config_status(
Literal["repo", "local", "remote"],
Union[str, int],
]:
client_config = client.client_config
client_config = client_config.config_dir
client_config = client.client_config.config_dir
return {
"repo": RepoManager.get_repo_name(client_config),