Skip to content

Fix missing curly brackets around variable 'name' in storage.py#2000

Merged
skywinder merged 2 commits into
BasedHardware:mainfrom
skywinder:fix-missing-curly-braces
Mar 13, 2025
Merged

Fix missing curly brackets around variable 'name' in storage.py#2000
skywinder merged 2 commits into
BasedHardware:mainfrom
skywinder:fix-missing-curly-braces

Conversation

@skywinder
Copy link
Copy Markdown
Collaborator

Fixes #1947 - This PR adds the missing curly brackets around the variable 'name' in the f-string in storage.py. The bug was causing the URL to contain the literal string 'name' instead of the actual filename.

@skywinder
Copy link
Copy Markdown
Collaborator Author

I fixed the issue and noticed the files list was unused, so I removed it entirely for clarity and added documentation to the cleanup method.

This change is safe to merge.

@skywinder skywinder requested review from beastoin and mdmohsin7 March 13, 2025 10:00
@skywinder skywinder merged commit 4d2b188 into BasedHardware:main Mar 13, 2025
Glucksberg pushed a commit to Glucksberg/omi-local that referenced this pull request Apr 28, 2026
…dHardware#2000)

Fixes BasedHardware#1947 - This PR adds the missing curly brackets around the
variable 'name' in the f-string in storage.py. The bug was causing the
URL to contain the literal string 'name' instead of the actual filename.
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.

Missing curly brackets around variable 'name'

1 participant