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

Replace between start and end no longer works with version 0.7.0 #78

Closed
tbethe opened this issue May 2, 2023 · 2 comments
Closed

Replace between start and end no longer works with version 0.7.0 #78

tbethe opened this issue May 2, 2023 · 2 comments

Comments

@tbethe
Copy link

tbethe commented May 2, 2023

Every singe item in my flavours config that does not use a full rewrite but a replace between start and end no longer works.

Parsing the start and end is not an issue, but when it writes back the new scheme, a newline is omitted, meaning that the following is written:

# Start flavours

(omitted)

    - { index: 19, color: '0xe0ccd1' }
    - { index: 20, color: '0x665055' }
    - { index: 21, color: '0x42383a' }# End flavours

The next time I run flavours apply it cannot find he end.

@Misterio77
Copy link
Owner

Thanks for the report! Oversight on my part, I'll fix this ASAP.

@Misterio77
Copy link
Owner

Should be fixed in v0.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants