You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code took each partitions.csv line and cut off everything after
a "#"....and then threq out the cut line and parsed the original.
This means it would parse commented lines as if they just had a
name of "#spiffs", for example.
Actually use the trimmed line in calculations.
Fixes#90
0 commit comments