Skip to content

Commit 2b3f994

Browse files
committed
correctif mineur
1 parent 1c5eef2 commit 2b3f994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ coverage.xml
6262
local_settings.py
6363
db.sqlite3
6464
db.sqlite3-journal
65-
65+
.codex
6666
# Flask
6767
instance/
6868
.webassets-cache

bcasl/Loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def _read_yml(p: Path) -> dict[str, Any]:
478478
plugin_timeout = 0.0
479479

480480
try:
481-
from Core.ArkConfigManager import load_ark_config
481+
from Core.ArkConfig import load_ark_config
482482

483483
ark_config = load_ark_config(str(workspace_root))
484484

0 commit comments

Comments
 (0)