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

fix: fixes issue #346 #347

Merged
merged 1 commit into from
Jan 30, 2025
Merged

fix: fixes issue #346 #347

merged 1 commit into from
Jan 30, 2025

Conversation

paxcut
Copy link
Contributor

@paxcut paxcut commented Jan 30, 2025

In issue #346 it is noted that the format functions return the same value repeatedly and erroneously. This is due to the use of global variables which result on only their last value being used in format functions due to their delayed evaluation. Fixed by using local variables instead. Also remove tabs from the file and an unused tags variable.

In issue WerWolv#346 it is noted that the format functions return the same value repeatidly and erroneously. This is due to the use of global variables which result on only their last value being used in format functions due to their delayed evaluation. Fixed by using local variables instead. Also remove tabs from the file and an unused tags variable.
@WerWolv WerWolv merged commit 71eeed9 into WerWolv:master Jan 30, 2025
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants