mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: Remove useless debug information. (#7647)
This commit is contained in:
@@ -26,7 +26,6 @@ def load_yaml_file(file_path: str, ignore_error: bool = True, default_value: Any
|
||||
raise YAMLError(f'Failed to load YAML file {file_path}: {e}')
|
||||
except Exception as e:
|
||||
if ignore_error:
|
||||
logger.debug(f'Failed to load YAML file {file_path}: {e}')
|
||||
return default_value
|
||||
else:
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user