Skip to content

Commit

Permalink
code pylint update
Browse files Browse the repository at this point in the history
attempting to fix the pylint error
  • Loading branch information
djecken committed Dec 10, 2024
1 parent 100a139 commit e4b7ff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Motorized_POV_Display/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ class BMPError(Exception):
except OSError as e:
if e.args[0] == 28:
raise OSError("OS Error 28 0.25")
else:
raise OSError("OS Error 0.5")
except BMPError as e:
print("Failed to parse BMP: " + e.args[0])

Expand Down

0 comments on commit e4b7ff5

Please sign in to comment.