Skip to content

Commit e4b7ff5

Browse files
committed
code pylint update
attempting to fix the pylint error
1 parent 100a139 commit e4b7ff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Motorized_POV_Display/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ class BMPError(Exception):
9999
except OSError as e:
100100
if e.args[0] == 28:
101101
raise OSError("OS Error 28 0.25")
102-
else:
103-
raise OSError("OS Error 0.5")
104102
except BMPError as e:
105103
print("Failed to parse BMP: " + e.args[0])
106104

0 commit comments

Comments
 (0)