third pylint fix
third attempt at fixing pylint error
This commit is contained in:
parent
122daa320c
commit
a27d5f2e5d
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ try:
|
||||||
pow((color * BRIGHTNESS) / 255, 2.7) * 255 + 0.5)
|
pow((color * BRIGHTNESS) / 255, 2.7) * 255 + 0.5)
|
||||||
idx += 1
|
idx += 1
|
||||||
|
|
||||||
|
except BMPError as e:
|
||||||
|
print("Failed to parse BMP: " + e.args[0])
|
||||||
|
|
||||||
gc.collect()
|
gc.collect()
|
||||||
print(gc.mem_free())
|
print(gc.mem_free())
|
||||||
print("Ready to go!")
|
print("Ready to go!")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue