Skip to content

Fix a reuse of the 'prefs' variable inside of a loop#54

Merged
MHendricks merged 1 commit intoblurstudio:mainfrom
tbttfox:tyler/prefs-overwrite
Mar 3, 2026
Merged

Fix a reuse of the 'prefs' variable inside of a loop#54
MHendricks merged 1 commit intoblurstudio:mainfrom
tbttfox:tyler/prefs-overwrite

Conversation

@tbttfox
Copy link
Copy Markdown
Member

@tbttfox tbttfox commented Feb 12, 2026

Checklist

  • I have read the CONTRIBUTING.md document
  • I formatted my changes with black
  • I linted my changes with flake8
  • I have added documentation regarding my changes where necessary
  • Any pre-existing tests continue to pass
  • Additional tests were made covering my changes

Types of Changes

  • Bugfix (change that fixes an issue)
  • New Feature (change that adds functionality)
  • Documentation Update (if none of the other choices apply)

Proposed Changes

The variable named prefs was looped over at line 337, but then that variable was overwritten inside the loop. So I just changed the name for the variable inside the loop

@MHendricks MHendricks merged commit b97c950 into blurstudio:main Mar 3, 2026
33 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