Skip to content

fix extra blank row issue#36

Merged
dhalbert merged 1 commit intocircuitpython:mainfrom
FoamyGuy:fix_blank_rows
Apr 20, 2026
Merged

fix extra blank row issue#36
dhalbert merged 1 commit intocircuitpython:mainfrom
FoamyGuy:fix_blank_rows

Conversation

@FoamyGuy
Copy link
Copy Markdown
Collaborator

resolves: #35

The root cause of this was .license files. That file extension was added to the SHOWN_FILETYPES list a while back but some of the logic was hard-coded to check the last 5 characters in the filename to find the extension so it caused it to fail on extensions longer. The logic at different spots in the code being different caused it to leave room for .license files, but not actually render them.

Here is an example of the fix.

Before:
image

After:
_Adafruit_CircuitPython_Bundle_is31fl3741_is31fl3741_simpletest py

Copy link
Copy Markdown
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 8815e0d into circuitpython:main Apr 20, 2026
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.

empty rows in some images

2 participants