third pylint fix

third attempt at fixing pylint error
This commit is contained in:
Noe Ruiz 2024-12-10 09:18:24 -05:00
parent 122daa320c
commit a27d5f2e5d

View file

@ -96,6 +96,9 @@ try:
pow((color * BRIGHTNESS) / 255, 2.7) * 255 + 0.5)
idx += 1
except BMPError as e:
print("Failed to parse BMP: " + e.args[0])
gc.collect()
print(gc.mem_free())
print("Ready to go!")