Skip to content

Commit 122daa3

Browse files
committed
second pylint fix
second attempt at fixing pylint error
1 parent e4b7ff5 commit 122daa3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Motorized_POV_Display/code.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ class BMPError(Exception):
9696
pow((color * BRIGHTNESS) / 255, 2.7) * 255 + 0.5)
9797
idx += 1
9898

99-
except OSError as e:
100-
if e.args[0] == 28:
101-
raise OSError("OS Error 28 0.25")
102-
except BMPError as e:
103-
print("Failed to parse BMP: " + e.args[0])
104-
10599
gc.collect()
106100
print(gc.mem_free())
107101
print("Ready to go!")

0 commit comments

Comments
 (0)