Solved save user config bug

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-13 13:55:49 +01:00
parent 5601ea442a
commit 6a590d8780

View File

@@ -1,5 +1,6 @@
import yaml
import os
from pkgmgr.core.config.save import save_user_config
def interactive_add(config,USER_CONFIG_PATH:str):
"""Interactively prompt the user to add a new repository entry to the user config."""