Skip to content

Commit 7c175df

Browse files
committed
refactor: unifier la configuration ARK et verrouiller la compilation
1 parent 8a1e3eb commit 7c175df

15 files changed

Lines changed: 326 additions & 724 deletions

Core/AdvancedConfigEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def _mk_default_content(self, file_id: str, is_yaml: bool) -> str:
666666
"""Build and return the default content structure."""
667667
if file_id == "ark":
668668
try:
669-
from Core.ArkConfigManager import DEFAULT_CONFIG
669+
from Core.ArkConfig import DEFAULT_CONFIG
670670

671671
return yaml.safe_dump(
672672
DEFAULT_CONFIG, allow_unicode=True, sort_keys=False

0 commit comments

Comments
 (0)