blacklistfix
This commit is contained in:
parent
0ef94a493b
commit
9a4ef6c0f5
2 changed files with 2 additions and 2 deletions
1
main.py
1
main.py
|
|
@ -32,6 +32,7 @@ class ConfigValidator:
|
|||
raise ConfigError(f"Error reading config file {config_yaml_path}: {exc}")
|
||||
except FileNotFoundError:
|
||||
raise ConfigError(f"Config file not found: {config_yaml_path}")
|
||||
|
||||
|
||||
# Validate 'remote'
|
||||
if 'remote' not in parameters or not isinstance(parameters['remote'], bool):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue