Skip to content

Commit 0c6f1c1

Browse files
committed
removed config yaml file warning as this is now redundant
1 parent a0f476e commit 0c6f1c1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ def load_config(self, file_path):
8282
yaml_files = glob.glob(os.path.join(file_path, "*.yaml"))
8383

8484
if not yaml_files:
85-
logger.warning(
86-
f"No YAML configuration files found in directory: {file_path}. "
87-
"Expected a file with extension '.yaml'. "
88-
"Proceeding with default configuration: {'run1': {}}."
89-
)
9085
return {"run1": {}}
9186

9287
try:

0 commit comments

Comments
 (0)