Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] There is an indentation issue in the config.yaml file of the project, which may cause configuration errors or runtime issues. #154

Open
kenis1108 opened this issue Sep 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kenis1108
Copy link

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:

  1. Open the config.yaml file.
  2. Go to line [462], and you'll notice the indentation is inconsistent.

image

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:
image

@kenis1108 kenis1108 added the bug Something isn't working label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant