Skip to content

Commit d294808

Browse files
Lijiachen1018lijiachen
andauthored
[cleancode] remove dramstore (#455)
cleancode: remove dramstore Co-authored-by: lijiachen <lijiachen19@huawei.com>
1 parent 783ea0f commit d294808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _load_config(self) -> None:
8181
logger.info("Using kv_connector_extra_config from terminal input")
8282

8383
def _get_default_config(self) -> Dict[str, Any]:
84-
config = {"ucm_connector_name": "UcmDramStore"}
84+
config = {"ucm_connector_name": "UcmNfsStore"}
8585
logger.warning(f"No UCM config provided, using default configuration {config}")
8686
return config
8787

0 commit comments

Comments
 (0)