Skip to content

fix extra blank row issue#36

Open
FoamyGuy wants to merge 1 commit intocircuitpython:mainfrom
FoamyGuy:fix_blank_rows
Open

fix extra blank row issue#36
FoamyGuy wants to merge 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

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

1 participant