yasb
yasb copied to clipboard
[BUG] There is an indentation issue in the `config.yaml` file of the project, which may cause configuration errors or runtime issues.
Issue:
There is an indentation issue in the config.yaml file of the project, which may cause configuration errors or runtime issues.
Steps to Reproduce:
- Open the
config.yamlfile. - Go to line [462], and you'll notice the indentation is inconsistent.
Expected Behavior:
The indentation should be consistent to avoid YAML parsing errors.
Actual Behavior:
The current indentation causes an error when loading the configuration.
Suggested Fix:
Correct the indentation in the following section: